diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca1c5b..26b9888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] 2016-11-10 +## 1.0.0 - 2016-11-10 ### Added - Basic configuration for jsdoc - Basic configuration for eslint diff --git a/package.json b/package.json index 0c8fc9e..36e8f3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heart", - "version": "0.0.0", + "version": "1.0.0", "description": "The heart", "main": "index.js", "scripts": { |