Skip to content

Commit

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

## Unreleased
## [2.3.0] - 03-31-2021
### Added
* Type definition file for TypeScript

## [2.2.5] - 03-010-2021
## [2.2.5] - 03-10-2021
### Changed
* Bump alasql

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

[2.3.0]: https://github.com/featureserver/winnow/compare/v2.2.5...v2.3.0
[2.2.5]: https://github.com/featureserver/winnow/compare/v2.2.4...v2.2.5
[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
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.5",
"version": "2.3.0",
"description": "Apply sql-like filters to GeoJSON",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit d84e851

Please sign in to comment.