From aa6a6feacb46f808498600c3829334fcdfcb05b7 Mon Sep 17 00:00:00 2001 From: Rich Gwozdz Date: Sat, 16 Apr 2022 06:47:04 -0700 Subject: [PATCH] :package: 4.2.2 --- 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 9bc3cf3..ccd72d1 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.2.2] - 2022-04-16 ### Changed * Update cache-plugin @@ -957,6 +957,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.2.2]: https://github.com/koopjs/koop-core/compare/v4.2.1...v4.2.2 [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 diff --git a/package-lock.json b/package-lock.json index b937577..e17c66c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "koop", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3334bea..944a560 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.1", + "version": "4.2.2", "bugs": { "url": "https://github.com/koopjs/koop/issues" },