]> git.r.bdr.sh - rbdr/sorting-hat/commitdiff
Update changelog and version
authorBen Beltran <redacted>
Wed, 30 Aug 2017 05:42:01 +0000 (00:42 -0500)
committerBen Beltran <redacted>
Wed, 30 Aug 2017 05:42:01 +0000 (00:42 -0500)
CHANGELOG.md
package.json

index b90a0ad7ae0172191b0e095453c7b35bd3205cac..db1f6196d722972cd1b7c947638a1f5ee1c6aace 100644 (file)
@@ -4,6 +4,10 @@ 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/).
 
+## [1.0.2] - 2017-08-30
+### Changed
+- Fix CI
+
 ## [1.0.1] - 2017-08-28
 ### Changed
 - Fix executable
@@ -20,3 +24,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 [Unreleased]: https://github.com/rbdr/sorting-hat/compare/master...develop
 [1.0.1]: https://github.com/rbdr/sorting-hat/compare/1.0.0...1.0.1
+[1.0.2]: https://github.com/rbdr/sorting-hat/compare/1.0.1...1.0.2
index df3bd2819cc9ace2a57d83c307ae5024e235f4cd..2390f8bdc20fde85a1ce836777fe44fec5a2787d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "sorting-hat",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "A mindwave powered sorting hat",
   "scripts": {
     "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",