Skip to content

Commit 1723b13

Browse files
committed
📦 4.2.1
1 parent 6a28bec commit 1723b13

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
6+
## [4.2.1] - 2021-10-01
67
### Fixed
78
* improper use of `after` in pullStream
89

@@ -953,6 +954,8 @@ Koop is now just a node module that exposes an express middleware app with hooks
953954
- koop-server is no more; all central code is in the koop project
954955
- to use Koop you must use it as middleware in an app that boots up an http server
955956

957+
[4.2.1]: https://github.com/koopjs/koop-core/compare/v4.2.0...v4.2.1
958+
[4.2.0]: https://github.com/koopjs/koop-core/compare/v4.1.1...v4.2.0
956959
[4.1.1]: https://github.com/koopjs/koop-core/compare/v4.1.0...v4.1.1
957960
[4.1.0]: https://github.com/koopjs/koop-core/compare/v4.0.5...v4.1.0
958961
[4.0.5]: https://github.com/koopjs/koop-core/compare/v4.0.4...v4.0.5

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koop",
33
"description": "Transform, query, & download geospatial data on the web",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"bugs": {
66
"url": "https://github.com/koopjs/koop/issues"
77
},

0 commit comments

Comments
 (0)