Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Dec 2, 2014
1 parent 30add49 commit c882d1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# CHANGELOG

### HEAD
* Features/tag push specificity
* Add package.json/component.json name to templateData for messages.
* Add support for multiline commit messages
* Support renamed tasks
* Prevent from releasing empty version numbers
* bump multiple files at once (fixes geddski/grunt-release#90)

### v0.8.0 - 2014-12-02
* Features/tag push specificity (geddski/grunt-release#55)
* Add package.json/component.json name to templateData for messages (geddski/grunt-release#54)
* Add support for multiline commit messages (geddski/grunt-release#42)
* Support renamed tasks (geddski/grunt-release#35)
* Prevent from releasing empty version numbers (geddski/grunt-release#33)
* bump multiple files at once (fixes geddski/grunt-release#90, geddski/grunt-release#91)

### v0.7.0 and older release

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-release",
"version": "0.7.0",
"version": "0.8.0",
"description": "Release a new version of your Node-based project",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit c882d1a

Please sign in to comment.