From 1723b134de3c4be3e5dad08d83f0daf69088a4c5 Mon Sep 17 00:00:00 2001 From: Rich Gwozdz Date: Fri, 1 Oct 2021 06:39:46 -0700 Subject: [PATCH] :package: 4.2.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ccba9..ebe65fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased + +## [4.2.1] - 2021-10-01 ### Fixed * improper use of `after` in pullStream @@ -953,6 +954,8 @@ 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.2.1]: https://github.com/koopjs/koop-core/compare/v4.2.0...v4.2.1 +[4.2.0]: https://github.com/koopjs/koop-core/compare/v4.1.1...v4.2.0 [4.1.1]: https://github.com/koopjs/koop-core/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/koopjs/koop-core/compare/v4.0.5...v4.1.0 [4.0.5]: https://github.com/koopjs/koop-core/compare/v4.0.4...v4.0.5 diff --git a/package-lock.json b/package-lock.json index 939648c..767e4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "koop", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a02862..450d870 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "4.2.0", + "version": "4.2.1", "bugs": { "url": "https://github.com/koopjs/koop/issues" },