From f60422eb04b17cb4eb91b0c840044cdf99576e4f Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 18 Aug 2020 06:14:08 -0700 Subject: [PATCH] :package: 4.0.1 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41a95c..71cc6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [4.0.1] - 2020-08-18 ### Fixed * Typo in route joiner logic @@ -923,6 +923,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 +[4.0.1]: https://github.com/koopjs/koop-core/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/koopjs/koop-core/compare/v3.19.1...v4.0.0 [3.19.1]: https://github.com/koopjs/koop-core/compare/v3.19.0...v3.19.1 [3.19.0]: https://github.com/koopjs/koop-core/compare/v3.18.0...v3.19.0 diff --git a/package.json b/package.json index 703ef5f..c08e4b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "Chris Helm" },