]> git.r.bdr.sh - rbdr/sorting-hat/commitdiff
Update changelog and version
authorBen Beltran <redacted>
Tue, 29 Aug 2017 02:38:32 +0000 (21:38 -0500)
committerBen Beltran <redacted>
Tue, 29 Aug 2017 02:38:32 +0000 (21:38 -0500)
CHANGELOG.md
package.json

index 050f8810d6e32e298528023fc1f0c2952677edb8..6450590a69bd84c3950b73574fcc7607420c507d 100644 (file)
@@ -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]
+## 1.0.0 - 2017-08-28
 ### Added
 - JSDoc gerneration
 - Eslint config
index 67fb3f9cd49e5b5405f64998c03300a1593d61cc..0ae7bcc8a60a9f9cf0909fc5f0927673e5e7a2a3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "sorting-hat",
-  "version": "1.0.0-a1",
+  "version": "1.0.0",
   "description": "A mindwave powered sorting hat",
   "scripts": {
     "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",