From 6a06f7f5b6eb4b643708234e0bf5094ebeb607dc Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 29 Mar 2019 12:00:07 -0700 Subject: [PATCH] :package: 3.11.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fe81f9..f64620c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11.0] - 2019-03-29 ### Added * pass in options object when registering a cache provider @@ -834,6 +834,7 @@ Koop is now just a node module that exposes an express middleware app with hooks - to use Koop you must use it as middleware in an app that boots up an http server +[3.11.0]: https://github.com/koopjs/koop-core/compare/v3.10.1...v3.11.0 [3.10.1]: https://github.com/koopjs/koop-core/compare/v3.10.0...v3.10.1 [3.10.0]: https://github.com/koopjs/koop-core/compare/v3.9.4...v3.10.0 [3.9.4]: https://github.com/koopjs/koop-core/compare/v3.9.3...v3.9.4 diff --git a/package.json b/package.json index 9cca7360..a330ca49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "3.10.1", + "version": "3.11.0", "author": { "name": "Chris Helm" },