Skip to content

Commit

Permalink
📦 3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Mar 26, 2020
1 parent 4dddedf commit 15ecf59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [3.17.3] - 2020-03-26
### Fixed
* Prevent overwriting cache and option assignments that occur in provider model constructors

Expand Down Expand Up @@ -895,6 +895,8 @@ Koop is now just a node module that exposes an express middleware app with hooks
- koop is now a module, installable via `npm install`
- 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

[3.17.3]: https://github.com/koopjs/koop-core/compare/v3.17.2...v3.17.3
[3.17.2]: https://github.com/koopjs/koop-core/compare/v3.17.1...v3.17.2
[3.17.1]: https://github.com/koopjs/koop-core/compare/v3.17.0...v3.17.1
[3.17.0]: https://github.com/koopjs/koop-core/compare/v3.16.0...v3.17.0
Expand Down
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": "3.17.2",
"version": "3.17.3",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 15ecf59

Please sign in to comment.