diff --git a/CHANGELOG.md b/CHANGELOG.md index fb498c5..f001056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.12.4] - 10-5-2017 ### Changed * Add metadata.limitExceeded true/false on limit queries to denote whether the limit restricted the number of features returned @@ -213,6 +213,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused ### Added * Initial release +[1.12.4]: https://github.com/featureserver/winnow/compare/v1.12.3...v1.12.4 [1.12.3]: https://github.com/featureserver/winnow/compare/v1.12.2...v1.12.3 [1.12.2]: https://github.com/featureserver/winnow/compare/v1.12.1...v1.12.2 [1.12.1]: https://github.com/featureserver/winnow/compare/v1.12.0...v1.12.1 diff --git a/package.json b/package.json index 70d0e2b..99c7e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winnow", - "version": "1.12.3", + "version": "1.12.4", "description": "Apply sql-like filters to GeoJSON", "main": "dist/index.js", "directories": {