Skip to content

Commit

Permalink
📦 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Apr 6, 2016
1 parent 2cac7fb commit 7ce17e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.12.2] - 2016-04-06
### Fixed
* Don't create esriFieldTypeDate unless the value is an ISO String

## [2.12.1] - 2015-12-29
### Fixed
* Layer defaults to 0 when not specified when selecting features
Expand Down Expand Up @@ -540,6 +544,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
- koop-server is no more; all central code is in the koop project
- to use Koop you must use it as middleware in an app that boots up an http server

[2.12.2]: https://github.com/koopjs/koop/compare/v2.12.1...v2.12.2
[2.12.1]: https://github.com/koopjs/koop/compare/v2.12.0...v2.12.1
[2.12.0]: https://github.com/koopjs/koop/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/koopjs/koop/compare/v2.10.5...v2.11.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koop",
"description": "Transform, query, & download geospatial data on the web",
"version": "2.12.1",
"version": "2.12.2",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 7ce17e9

Please sign in to comment.