Skip to content

Commit

Permalink
📦 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Dec 14, 2020
1 parent 1b0bd21 commit a9fa3e7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 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.0] - 2020-12-14
### Changed
* Bump output-geoservices for more CRS support

## [4.0.5] - 2020-11-17
### Changed
* Bump output-geoservices
Expand Down Expand Up @@ -935,6 +939,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.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
[4.0.3]: https://github.com/koopjs/koop-core/compare/v4.0.2...v4.0.3
Expand Down
61 changes: 27 additions & 34 deletions package-lock.json

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

23 changes: 16 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{
"name": "koop",
"description": "Transform, query, & download geospatial data on the web",
"version": "4.0.5",
"author": {
"name": "Chris Helm"
},
"version": "4.1.0",
"bugs": {
"url": "https://github.com/koopjs/koop/issues"
},
"contributors": [
"Rich Gwozdz <[email protected]>",
"Haoliang Yu <[email protected]>"
{
"name": "Rich Gwozdz",
"email": "[email protected]"
},
{
"name": "Haoliang Yu",
"email": "[email protected]"
},
{
"name": "Daniel Fenton"
},
{
"name": "Chris Helm"
}
],
"dependencies": {
"@hapi/joi": "^17.1.0",
"@koopjs/logger": "^2.0.6",
"@koopjs/output-geoservices": "^2.1.0",
"@koopjs/output-geoservices": "^2.2.1",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit a9fa3e7

Please sign in to comment.