From aaa854c0b0a56ec0674911200a06eb759377ff12 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Tue, 10 Nov 2015 19:39:58 -0500 Subject: [PATCH] :package: 2.10.3 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e57bfb8..0e3ad4536 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 +## [2.10.3] - 2015-11-10 ### Fixed * Remove 3 causes of unhandled exceptions in lib/geojson @@ -519,6 +519,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 +[2.10.3]: https://github.com/koopjs/koop/compare/v2.10.2...v2.10.3 [2.10.2]: https://github.com/koopjs/koop/compare/v2.10.1...v2.10.2 [2.10.1]: https://github.com/koopjs/koop/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/koopjs/koop/compare/v2.9.5...v2.10.0 diff --git a/package.json b/package.json index 29f48d641..c58d0952c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "2.10.2", + "version": "2.10.3", "author": { "name": "Chris Helm" },