Skip to content

Commit

Permalink
📦 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Jun 15, 2017
1 parent 0f1e281 commit b08a234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
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.10.0] - 06-15-2017
### Added
- Detect field types if they are not passed in with `geojson.metadata`
- Translate ISO Date Strings to Unix Timestamps when `options.toEsri` is true
Expand Down Expand Up @@ -150,6 +150,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Initial release

[1.10.0]: https://github.com/featureserver/winnow/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/featureserver/winnow/compare/v1.9.0...v1.8.8
[1.8.8]: https://github.com/featureserver/winnow/compare/v1.8.7...v1.8.8
[1.8.7]: https://github.com/featureserver/winnow/compare/v1.8.7...v1.8.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "winnow",
"version": "1.9.0",
"version": "1.10.0",
"description": "Apply sql-like filters to GeoJSON",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit b08a234

Please sign in to comment.