From cf798153ea19fabbfc716a38770a66a45018c361 Mon Sep 17 00:00:00 2001 From: artisin Date: Thu, 15 Jun 2017 14:08:26 -0500 Subject: [PATCH] =?UTF-8?q?release(0.1.0):=20Release:=200.1.0=20=E2=86=92?= =?UTF-8?q?=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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"