From 476dd67eeeb4786598fc1d07507ba1dfeb6f132c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Aug 2017 21:49:35 -0500 Subject: Fix exec, update docs --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6450590..b90a0ad 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.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 -- cgit