From 2bce696548aac577be27c862563e633d84de4751 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 29 Jun 2020 14:41:32 -0700 Subject: [PATCH] :package: 3.19.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01439c75..f5c4132a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.19.0] - 2020-06-29 +### Added +* Option to disable console logging of routes; use environment variable `KOOP_DISABLE_CONSOLE_ROUTES=true` + ## [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 @@ -900,6 +904,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.19.0]: https://github.com/koopjs/koop-core/compare/v3.18.0...v3.19.0 [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 diff --git a/package.json b/package.json index 52f4b29f..ca6d3fd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "3.18.0", + "version": "3.19.0", "author": { "name": "Chris Helm" },