From f765472bb8a928ab340dab46c364aaabcb07ec6e Mon Sep 17 00:00:00 2001 From: Ben Stoltz Date: Wed, 27 Apr 2016 17:31:19 -0400 Subject: [PATCH] 3.0.0-alpha.26 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0de81428..b4901a84b 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.26] - 2016-04-27 ### Changed * Removed `lib/GeoJSON` * Removed geojson tests @@ -672,6 +672,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.0.0-alpha.26]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.25...v3.0.0-alpha.26 [3.0.0-alpha.25]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.24...v3.0.0-alpha.25 [3.0.0-alpha.24]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.23...v3.0.0-alpha.24 [3.0.0-alpha.23]: https://github.com/koopjs/koop/compare/v3.0.0-alpha.22...v3.0.0-alpha.23 diff --git a/package.json b/package.json index 2443c0092..3e66726a7 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.25", + "version": "3.0.0-alpha.26", "author": { "name": "Chris Helm" },