Skip to content

Commit

Permalink
📦 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Dec 5, 2017
1 parent 4de7581 commit 6b5fee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 6b5fee6

Please sign in to comment.