aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-11-10 00:52:36 -0600
committerBen Beltran <ben@nsovocal.com>2016-11-10 00:52:36 -0600
commit765a8ac8bcf2e024c69921305554ce815203f4b1 (patch)
treea2c8846e54ae73281af05327915eef728e9ac68c
parentfff45e3b9d371851d4e8c3e1655a5bf1509080f2 (diff)
parentaab4b2e7f48c73ec0a0ba2f609748c24b7e84fdc (diff)
Merge branch 'release/1.0.0' into develop
-rw-r--r--CHANGELOG.md2
-rw-r--r--package.json2
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": {