From f1845ffdb2577d7d8351d1d44b88eef65a81a55a Mon Sep 17 00:00:00 2001 From: dmfenton Date: Tue, 29 Mar 2016 13:34:30 -0400 Subject: [PATCH] :package: 3.0.0-alpha.17 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0961e631b..eaea0febc 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.0.0-alpha.17] - 2016-03-29 ### Fixed * Dont throw an exception when feature service response has no features @@ -628,6 +628,8 @@ 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.0.0-alpha.17]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.16...v3.0.0-alpha.17 +[3.0.0-alpha.16]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.15...v3.0.0-alpha.16 [3.0.0-alpha.15]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.14...v3.0.0-alpha.15 [3.0.0-alpha.14]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.13...v3.0.0-alpha.14 [3.0.0-alpha.13]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.12...v3.0.0-alpha.13 diff --git a/package.json b/package.json index 25be86d5a..ea342958c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "koop", "description": "Transform, query, & download geospatial data on the web", - "version": "3.0.0-alpha.16", + "version": "3.0.0-alpha.17", "author": { "name": "Chris Helm" },