chg
Version:
simple changelog/release history manager
53 lines (35 loc) • 1.1 kB
Markdown
CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
--------------------
## 0.4.0 (2019-03-13)
* Added triple hyphen support ([#9](https://github.com/heff/chg/pull/9))
## 0.3.3 (2017-12-12)
* Bumped dependecies
## 0.3.2 (2015-10-23)
* Fixed an error when using find in the cli
## 0.3.1 (2015-10-23)
* Fixed a bug where grunt chg-release would hang indefinitely ([view](https://github.com/heff/chg/pull/7))
## 0.3.0 (2015-10-22)
* Added -y option to skip prompt in release
## 0.2.0 (2015-02-25)
* Added a find command for getting version items
## 0.1.8 (2014-01-31)
* Shiny new readme updates
## 0.1.7 (2014-01-31)
* Fixed linting issue that was breaking tests
## 0.1.6 (2014-01-27)
* Added support for release types, to auto increment by
## 0.1.5 (2014-01-27)
* Release prompt now has the current package version as the default
## 0.1.4 (2014-01-27)
* Added line and version args to grunt cli commands
* Made grunt commands async
## 0.1.3 (2014-01-27)
* Added grunt as a dependency
## 0.1.2 (2014-01-27)
* Added test task for Travis CI
* Fixed CLI add
## 0.1.1 (2014-01-27)
* First version