From ae2bfb05fe73d5e825041dbcb6644f0d66654134 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 3 Nov 2020 10:59:42 -0800 Subject: [PATCH] :package: 4.0.4 --- CHANGELOG.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c61a7e..81a2a3e 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.4] - 2020-11-03 ### Fixed * Only cache if geojson.ttl is set @@ -935,6 +935,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.4]: https://github.com/koopjs/koop-core/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/koopjs/koop-core/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/koopjs/koop-core/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/koopjs/koop-core/compare/v4.0.0...v4.0.1 diff --git a/package-lock.json b/package-lock.json index ee55fcc..fb80111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "koop", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c11d0d9..70de7bc 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.3", + "version": "4.0.4", "author": { "name": "Chris Helm" },