Skip to content

Commit

Permalink
📦 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Feb 1, 2016
1 parent ff380d3 commit 0016a1e
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
## [3.0.0-alpha.4] - 2016-02-01
### Changed
* Use ArcGIS To GeoJSON utils

Expand Down Expand Up @@ -563,6 +563,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

[3.0.0-alpha.4]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
[3.0.0-alpha.3]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
[3.0.0-alpha.2]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[3.0.0-alpha.1]: https://github.com/koopjs/koop/compare/v3.0.0-alpha...v3.0.0-alpha.1
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": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 0016a1e

Please sign in to comment.