diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..24ee3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + +# 0.1.0 (2017-06-15) + +* release(0.1.0): Release: 0.1.0 ([2b86869](https://github.com/artisin/firemap/commit/2b86869)) +* init(all): init commit → ★ ([c8675ec](https://github.com/artisin/firemap/commit/c8675ec)) + + + diff --git a/package.json b/package.json index 3598c5f..efc4269 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "firemap", - "version": "0.0.0", + "version": "0.1.0", "description": "Heatmap By Inverse Distance Weighting", "license": "MIT", "author": "te schultz", "main": "dist/firemap.js", - "keywords": [], + "keywords": [ + "heatmap", + "Inverse Distance Weighting", + "visualize" + ], "repository": { "type": "git", "url": "https://github.com/artisin/firemap"