From 7afa82bf0222a09eef33ac624c6f9ec5613914a1 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 9 Jul 2019 12:11:13 -0700 Subject: [PATCH] :package: 3.13.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4348f8..e3fca2bb 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.13.0] - 2019-07-09 ### Added * appending layer id to cache key provides unique keys for each layer in a provider @@ -853,7 +853,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.13.0]: https://github.com/koopjs/koop-core/compare/v3.12.2...v3.13.0 [3.12.2]: https://github.com/koopjs/koop-core/compare/v3.12.1...v3.12.2 [3.12.1]: https://github.com/koopjs/koop-core/compare/v3.12.0...v3.12.1 [3.12.0]: https://github.com/koopjs/koop-core/compare/v3.11.1...v3.12.0 diff --git a/package.json b/package.json index 425e00c5..d49f48f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "3.12.2", + "version": "3.13.0", "author": { "name": "Chris Helm" },