Skip to content

Commit

Permalink
📦3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Aug 6, 2018
1 parent 55f1acb commit 7a63616
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/).

## [3.9.2] - 2018-08-06
### Fixed
* Bad npm publish

## [3.9.1] - 2018-08-06
### Fixed
* Routes where `hosts: true` and `disableIdParam: true` now being constructed correctly as `/:host/FeatureServer/:layer/:method`
Expand Down Expand Up @@ -809,6 +813,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
- to use Koop you must use it as middleware in an app that boots up an http server


[3.9.2]: https://github.com/koopjs/koop-core/compare/v3.9.1...v3.9.2
[3.9.1]: https://github.com/koopjs/koop-core/compare/v3.9.0...v3.9.1
[3.9.0]: https://github.com/koopjs/koop-core/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/koopjs/koop-core/compare/v3.7.3...v3.8.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": "3.9.1",
"version": "3.9.2",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 7a63616

Please sign in to comment.