Skip to content

Commit

Permalink
📦 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Oct 1, 2021
1 parent 6a28bec commit 1723b13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 1723b13

Please sign in to comment.