Skip to content

Commit

Permalink
📦 1.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Jun 11, 2019
1 parent 51544ce commit 04286f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## Fixed
## [1.16.7] - 06-11-2019
### Fixed
* Support for using OBJECTID in `where` even when OBJECTIDs are generated on-the-fly in Winnow

## [1.16.6] - 03-25-2019
Expand Down Expand Up @@ -301,6 +301,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused
### Added
* Initial release

[1.16.7]: https://github.com/featureserver/winnow/compare/v1.16.6...v1.16.7
[1.16.6]: https://github.com/featureserver/winnow/compare/v1.16.5...v1.16.6
[1.16.5]: https://github.com/featureserver/winnow/compare/v1.16.4...v1.16.5
[1.16.4]: https://github.com/featureserver/winnow/compare/v1.16.3...v1.16.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winnow",
"version": "1.16.6",
"version": "1.16.7",
"description": "Apply sql-like filters to GeoJSON",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 04286f1

Please sign in to comment.