Skip to content

Commit ae2bfb0

Browse files
committed
📦 4.0.4
1 parent 885a140 commit ae2bfb0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [4.0.4] - 2020-11-03
66
### Fixed
77
* Only cache if geojson.ttl is set
88

@@ -935,6 +935,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
935935
- koop-server is no more; all central code is in the koop project
936936
- to use Koop you must use it as middleware in an app that boots up an http server
937937

938+
[4.0.4]: https://github.com/koopjs/koop-core/compare/v4.0.3...v4.0.4
938939
[4.0.3]: https://github.com/koopjs/koop-core/compare/v4.0.2...v4.0.3
939940
[4.0.2]: https://github.com/koopjs/koop-core/compare/v4.0.1...v4.0.2
940941
[4.0.1]: https://github.com/koopjs/koop-core/compare/v4.0.0...v4.0.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koop",
33
"description": "Transform, query, & download geospatial data on the web",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"author": {
66
"name": "Chris Helm"
77
},

0 commit comments

Comments
 (0)