From 34050b25fe35f91a3d241f0501e0a9aa7e0b4a78 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Fri, 27 Oct 2017 10:35:23 -0400 Subject: [PATCH] :package: 1.2.5 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e9d05..10d6b91 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.5] - 10-27-2017 ### Fixed * Converting polygons from geojson to esri json @@ -217,6 +217,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused ### Added * Initial release +[1.12.5]: https://github.com/featureserver/winnow/compare/v1.12.4...v1.12.5 [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 diff --git a/package.json b/package.json index e029ac2..148fbc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winnow", - "version": "1.12.4", + "version": "1.12.5", "description": "Apply sql-like filters to GeoJSON", "main": "dist/index.js", "directories": {