Skip to content

Commit

Permalink
📦 koop-3.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Feb 2, 2016
1 parent 4fe8609 commit 8967f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6] - 2016-02-02
### Fixed
* Compile process run correctly

## [3.0.0-alpha.5] - 2016-02-02
### Fixed
* Rebuild
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koop",
"description": "Transform, query, & download geospatial data on the web",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"author": {
"name": "Chris Helm"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"scripts": {
"release": "gh-release",
"compile": "babel src --out-dir . && cp -r src/lib/templates/ lib",
"compile": "babel src --out-dir . && cp -r src/lib/templates/ lib/templates",
"test": "standard src && mocha test/models/ -t 20000"
}
}

0 comments on commit 8967f28

Please sign in to comment.