From 6b5fee60f195f5ffd01aa2a52523e4f6a821ef17 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Tue, 5 Dec 2017 16:34:47 -0500 Subject: [PATCH] :package: 1.12.6 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12284f0..04402cb 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.6] - 12-05-2017 ### Fixed * Exception when feature is null * Parsing of complex where clauses @@ -222,6 +222,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused ### Added * Initial release +[1.12.6]: https://github.com/featureserver/winnow/compare/v1.12.5...v1.12.6 [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 diff --git a/package.json b/package.json index fc71e7a..6bc043b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winnow", - "version": "1.12.5", + "version": "1.12.6", "description": "Apply sql-like filters to GeoJSON", "main": "dist/index.js", "directories": {