From c9ef151fc8dc96d673373a6d180e202b4a6cb103 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Tue, 31 Jan 2017 16:35:03 -0500 Subject: [PATCH] :package: 1.0.1 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a6cd8..6e4bf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.0.1] - 2017-01-31 ### Fixed * Remove Standard from deps +* Fix reference errors in query ## [1.0.0] - 2017-01-25 * Initial Release +[1.0.1]: https://github.com/featureserver/featureserver/compare/v1.0.0..v1.0.1 [1.0.0]: https://github.com/featureserver/featureserver/releases/tag/v1.0.0 diff --git a/package.json b/package.json index ae0ecb9..a998936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "featureserver", - "version": "1.0.0", + "version": "1.0.1", "description": "*An open source implementation of the GeoServices specification*", "main": "dist/index.js", "directories": {