]> git.r.bdr.sh - rbdr/sorting-hat/commitdiff
Fix exec, update docs
authorBen Beltran <redacted>
Tue, 29 Aug 2017 02:49:35 +0000 (21:49 -0500)
committerBen Beltran <redacted>
Tue, 29 Aug 2017 02:49:35 +0000 (21:49 -0500)
CHANGELOG.md
bin/sorting_hat.js [changed mode: 0644->0755]
package.json

index 6450590a69bd84c3950b73574fcc7607420c507d..b90a0ad7ae0172191b0e095453c7b35bd3205cac 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.1] - 2017-08-28
+### Changed
+- Fix executable
+
 ## 1.0.0 - 2017-08-28
 ### Added
 - JSDoc gerneration
@@ -15,3 +19,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - A Readme
 
 [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
old mode 100644 (file)
new mode 100755 (executable)
index bcd1225..8430c61
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
 'use strict';
 
 const Config = require('../config/config');
index 0ae7bcc8a60a9f9cf0909fc5f0927673e5e7a2a3..df3bd2819cc9ace2a57d83c307ae5024e235f4cd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "sorting-hat",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "A mindwave powered sorting hat",
   "scripts": {
     "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",