Skip to content

Commit

Permalink
📦 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 10, 2021
1 parent 404331e commit 6e004d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
## [2.2.4] - 02-10-2021
### Fixed
* Warning log for missing geometry filter spatial reference

Expand Down Expand Up @@ -379,6 +379,7 @@ Deep clone for dates since mutating dates has down stream consequences if reused
### Added
* Initial release

[2.2.4]: https://github.com/featureserver/winnow/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/featureserver/winnow/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/featureserver/winnow/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/featureserver/winnow/compare/v2.2.0...v2.2.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.2.3",
"version": "2.2.4",
"description": "Apply sql-like filters to GeoJSON",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 6e004d2

Please sign in to comment.