From 9b675a28b770dc362e83889f81173884354639bf Mon Sep 17 00:00:00 2001 From: rgwozdz Date: Tue, 31 Mar 2020 06:37:10 -0700 Subject: [PATCH] :package: 3.18.0 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a92a7b5..01439c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index f64d2ec7..f3fb2aab 100644 --- a/package.json +++ b/package.json @@ -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" },