diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d37d8..23557ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/LICENSE b/LICENSE index b34cd3e..6f4184b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017, Nate Goldman +Copyright (c) 2018, Nate Goldman Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/package.json b/package.json index 0897bf1..94107ff 100644 --- a/package.json +++ b/package.json @@ -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 ", "bugs": { "url": "https://github.com/GeoXForm/esri-extent/issues"