aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-08-30 00:42:36 -0500
committerBen Beltran <ben@nsovocal.com>2017-08-30 00:42:36 -0500
commitbc4fcdcff264909c884454018e49b2fb2276d824 (patch)
tree25a5264ae52b6516a9a33de4cb98541631adcd5e
parent620a85821141fe89fcc400509f75276fd9016443 (diff)
parentefbd8a435cc7751e58f95ee3f042bef8d6ee8ee2 (diff)
Merge branch 'hotfix/1.0.2'HEADmain
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d6ecb50..904d067 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,3 @@ node_js:
script:
- npm run lint
- - npm run build
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b90a0ad..db1f619 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/package.json b/package.json
index df3bd28..2390f8b 100644
--- a/package.json
+++ b/package.json
@@ -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",