Skip to content

Commit

Permalink
Move changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Mar 17, 2017
1 parent 50a95ef commit 58068cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.6"></a>
## [0.1.6] - Further cleanup. Added support for `strip`
<a name="0.1.5"></a>
## [0.1.5] - Externalize common code to separat modules
<a name="0.1.4"></a>
## [0.1.4] - Added support for cli arguments
<a name="0.1.3"></a>
## [0.1.3] - Added support for event
<a name="0.1.2"></a>
## [0.1.2] - Added verbose logging
<a name="0.1.1"></a>
## [0.1.1] - Added support for templated arguments
<a name="0.1.0"></a>
## [0.1.0] - First somewhat stable release
<a name="0.0.3"></a>
## [0.0.3] - Nothing to important
<a name="0.0.2"></a>
## [0.0.2] - Added support for `build`
<a name="0.0.1"></a>
## [0.0.1] - First release
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,3 @@ A string value that is used to format the output JSON
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
## Release History
0.1.6 - Further cleanup. Added support for `strip`
0.1.5 - Externalize common code to separat modules
0.1.4 - Added support for cli arguments
0.1.3 - Added support for event
0.1.2 - Added verbose logging
0.1.1 - Added support for templated arguments
0.1.0 - First somewhat stable release
0.0.3 - Nothing to important
0.0.2 - Added support for `build`
0.0.1 - First release

0 comments on commit 58068cd

Please sign in to comment.