Skip to content

Commit

Permalink
📦 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 18, 2021
1 parent a9fa3e7 commit 265f505
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.1.1] - 2021-02-18
### Changed
* Bump output-geoservices for feature-server fix

## [4.1.0] - 2020-12-14
### Changed
* Bump output-geoservices for more CRS support
Expand Down Expand Up @@ -939,6 +943,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.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
[4.0.4]: https://github.com/koopjs/koop-core/compare/v4.0.3...v4.0.4
Expand Down
137 changes: 85 additions & 52 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.1.0",
"version": "4.1.1",
"bugs": {
"url": "https://github.com/koopjs/koop/issues"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@hapi/joi": "^17.1.0",
"@koopjs/logger": "^2.0.6",
"@koopjs/output-geoservices": "^2.2.1",
"@koopjs/output-geoservices": "^3.0.0",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit 265f505

Please sign in to comment.