Skip to content

Commit

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

## Unreleased
### Changed
* Add ability to override CORS settings
## [5.1.0] - 2022-09-30
### Added
* Ability to override CORS settings

## [5.0.0] - 2022-08-05
### Changed
Expand Down Expand Up @@ -975,6 +975,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

[5.1.0]: https://github.com/koopjs/koop-core/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/koopjs/koop-core/compare/v4.2.4...v5.0.0
[4.2.4]: https://github.com/koopjs/koop-core/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/koopjs/koop-core/compare/v4.2.2...v4.2.3
Expand Down
4 changes: 2 additions & 2 deletions 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": "Serve, transform, and query geospatial data on the web",
"version": "5.0.0",
"version": "5.1.0",
"bugs": {
"url": "https://github.com/koopjs/koop/issues"
},
Expand Down

0 comments on commit d19f2ce

Please sign in to comment.