Skip to content

Commit

Permalink
📦 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Jun 29, 2018
1 parent 9145be3 commit abd5398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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.16.0
### Added
* Add normalization of a `option.sourceSR`; this option identifies the CRS of the source data and defaults to 'EPSG:4326';
* If `option.sourceSR` is defined and geometry filter is defined, the geometry filter is reprojected to the CRS of the source
Expand Down Expand Up @@ -267,6 +267,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused
### Added
* Initial release

[1.16.0]: https://github.com/featureserver/winnow/compare/v1.15.3...v1.16.0
[1.15.3]: https://github.com/featureserver/winnow/compare/v1.15.2...v1.15.3
[1.15.2]: https://github.com/featureserver/winnow/compare/v1.15.1...v1.15.2
[1.15.1]: https://github.com/featureserver/winnow/compare/v1.15.0...v1.15.1
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.15.3",
"version": "1.16.0",
"description": "Apply sql-like filters to GeoJSON",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit abd5398

Please sign in to comment.