~rbdr/sorting-hat

620a85821141fe89fcc400509f75276fd9016443 — Ben Beltran 7 years ago a528f27 + 476dd67 1.0.1
Merge branch 'hotfix/1.0.1'
3 files changed, 8 insertions(+), 1 deletions(-)

M CHANGELOG.md
M bin/sorting_hat.js -rw-r--r-- => -rwxr-xr-x
M package.json
M CHANGELOG.md => CHANGELOG.md +5 -0
@@ 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

M bin/sorting_hat.js => bin/sorting_hat.js +2 -0
@@ 1,3 1,5 @@
#!/usr/bin/env node

'use strict';

const Config = require('../config/config');

M package.json => package.json +1 -1
@@ 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",