From 0556329735acaab1e42ced90433688ba7018b154 Mon Sep 17 00:00:00 2001 From: dmfenton Date: Tue, 19 Jan 2016 14:42:32 -0500 Subject: [PATCH] :package: 3.0.0-alpha.1 --- .npmignore | 1 + CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 852b81929..a54da719b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ src/* test/* log/* +tags diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5a1ec30..6c6112a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0-alpha.1] - 2016-01-19 +### Fixed +* Add files missing from build + ## [3.0.0-alpha] - 2016-01-07 ### Changed * Koop will now be written in ES > 5 and compile with babel diff --git a/package.json b/package.json index a37f3740a..f1f40651c 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", + "version": "3.0.0-alpha.1", "author": { "name": "Chris Helm" },