Skip to content

Commit

Permalink
📦 1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Aug 2, 2019
1 parent 09b4c62 commit 1620f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.16.9] - 08-02-2019
### Fixed
* ST_Within had geometry targets reversed. Now tests that feature is within filter.

## [1.16.8] - 06-21-2019
### Fixed
* turf.js centroid function assignment
Expand Down Expand Up @@ -152,10 +156,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Deep clone for dates since mutating dates has down stream consequences if reused
* correct typo: winnow.sql => winnow.querySql

## Unreleased
### Fixed
* ST_Within had geometry targets reversed. Now tests that feature is within filter.

## [1.10.2] - 06-20-2017
### Fixed
* Do not overwrite existing OID
Expand Down Expand Up @@ -312,6 +312,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused
### Added
* Initial release

[1.16.9]: https://github.com/featureserver/winnow/compare/v1.16.8...v1.16.9
[1.16.8]: https://github.com/featureserver/winnow/compare/v1.16.7...v1.16.8
[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
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.8",
"version": "1.16.9",
"description": "Apply sql-like filters to GeoJSON",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 1620f24

Please sign in to comment.