Skip to content

Commit

Permalink
📦 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Feb 2, 2017
1 parent 011f9bb commit 2334b22
Show file tree
Hide file tree
Showing 2 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
## [1.2.2] - 02-01-2017
### Fixed
* Handle case when geometry is null and `toEsri` is true

Expand Down Expand Up @@ -45,6 +45,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Initial release

[1.2.2]: https://github.com/dmfenton/winnow/compare/v1.2.1..v1.2.2
[1.2.1]: https://github.com/dmfenton/winnow/compare/v1.2.0..v1.2.1
[1.2.0]: https://github.com/dmfenton/winnow/compare/v1.1.0..v1.2.0
[1.1.0]: https://github.com/dmfenton/winnow/compare/v1.0.1..v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winnow",
"version": "1.2.1",
"description": "Apply sql-like filters to streams of GeoJSON",
"version": "1.2.2",
"description": "Apply sql-like filters to GeoJSON",
"main": "dist/index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 2334b22

Please sign in to comment.