Skip to content

Commit

Permalink
:package 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Mar 23, 2018
1 parent 36cd31c commit 9cf3fca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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/).

## [3.5.4] - 2018-03-23
### Fixed
* missed `npm build` step

## [3.5.3] - 2018-03-23
### Added
* Trim leading/trailing whitespace on request's query params if of type string
Expand Down Expand Up @@ -757,6 +761,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

[3.5.4]: https://github.com/koopjs/koop-core/compare/v3.5.3...v3.5.4
[3.5.3]: https://github.com/koopjs/koop-core/compare/v3.5.2...v3.5.3
[3.5.2]: https://github.com/koopjs/koop-core/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/koopjs/koop-core/compare/v3.5.0...v3.5.1
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.5.3",
"version": "3.5.4",
"author": {
"name": "Chris Helm"
},
Expand Down

0 comments on commit 9cf3fca

Please sign in to comment.