Skip to content

Commit

Permalink
📦 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jan 10, 2018
1 parent 68960b8 commit 5613a10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.3] - 2018-01-10

### Fixed

* make sure the typings make it into the npm tarball (🙏bcherny🙏)

## [1.1.2] - 2018-01-02

### Added
Expand All @@ -28,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.0 - 2015-03-19
* engage

[1.1.3]: https://github.com/koopjs/esri-extent/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/koopjs/esri-extent/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/koopjs/esri-extent/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/esri-extent/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017, Nate Goldman <[email protected]>
Copyright (c) 2018, Nate Goldman <[email protected]>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esri-extent",
"description": "Get the Esri-formatted extent of a GeoJSON feature collection.",
"version": "1.1.2",
"version": "1.1.3",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/GeoXForm/esri-extent/issues"
Expand Down

0 comments on commit 5613a10

Please sign in to comment.