Skip to content

Commit

Permalink
📦 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Mar 29, 2016
1 parent 0382ee0 commit 15a0b5e
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.0.1] - 03-29-2016
### Fixed
* Handle esri-style envelopes without a spatialReference

Expand All @@ -19,5 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Initial release

[1.0.1]: https://github.com/dmfenton/winnow/compare/v1.0.0..v1.0.1
[1.0.0]: https://github.com/dmfenton/winnow/compare/v1.0.0-alpha..v1.0.0
[1.0.0-alpha]: https://github.com/dmfenton/winnow/releases/tag/v1.0.0-alpha
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.0.0",
"version": "1.0.1",
"description": "Apply sql-like filters to streams of GeoJSON",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 15a0b5e

Please sign in to comment.