Skip to content

Commit 2bce696

Browse files
committed
📦 3.19.0
1 parent cab918b commit 2bce696

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.19.0] - 2020-06-29
6+
### Added
7+
* Option to disable console logging of routes; use environment variable `KOOP_DISABLE_CONSOLE_ROUTES=true`
8+
59
## [3.18.0] - 2020-03-31
610
### Added
711
* Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes
@@ -900,6 +904,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
900904
- koop-server is no more; all central code is in the koop project
901905
- to use Koop you must use it as middleware in an app that boots up an http server
902906

907+
[3.19.0]: https://github.com/koopjs/koop-core/compare/v3.18.0...v3.19.0
903908
[3.18.0]: https://github.com/koopjs/koop-core/compare/v3.17.3...v3.18.0
904909
[3.17.3]: https://github.com/koopjs/koop-core/compare/v3.17.2...v3.17.3
905910
[3.17.2]: https://github.com/koopjs/koop-core/compare/v3.17.1...v3.17.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koop",
33
"description": "Transform, query, & download geospatial data on the web",
4-
"version": "3.18.0",
4+
"version": "3.19.0",
55
"author": {
66
"name": "Chris Helm"
77
},

0 commit comments

Comments
 (0)