Skip to content

Commit

Permalink
📦 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Mar 31, 2020
1 parent e47856e commit 9b675a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
### Added option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes
## [3.18.0] - 2020-03-31
### Added
* Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes

## [3.17.3] - 2020-03-26
### Fixed
Expand Down Expand Up @@ -899,6 +900,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.18.0]: https://github.com/koopjs/koop-core/compare/v3.17.3...v3.18.0
[3.17.3]: https://github.com/koopjs/koop-core/compare/v3.17.2...v3.17.3
[3.17.2]: https://github.com/koopjs/koop-core/compare/v3.17.1...v3.17.2
[3.17.1]: https://github.com/koopjs/koop-core/compare/v3.17.0...v3.17.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.17.3",
"version": "3.18.0",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 9b675a2

Please sign in to comment.