Skip to content

Commit

Permalink
📦 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Oct 19, 2020
1 parent a0871ed commit 1bae10b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.0.3] - 2020-10-19
### Changed
* Bump output-geoservices

## [4.0.2] - 2020-10-19
### Changed
* Point output-geoservices to @koopjs
Expand Down Expand Up @@ -927,6 +931,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.0.3]: https://github.com/koopjs/koop-core/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/koopjs/koop-core/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/koopjs/koop-core/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/koopjs/koop-core/compare/v3.19.1...v4.0.0
Expand Down
8 changes: 4 additions & 4 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.0.2",
"version": "4.0.3",
"author": {
"name": "Chris Helm"
},
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@hapi/joi": "^17.1.0",
"@koopjs/logger": "^2.0.6",
"@koopjs/output-geoservices": "^2.0.2",
"@koopjs/output-geoservices": "^2.0.3",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit 1bae10b

Please sign in to comment.