Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Feb 5, 2015
1 parent 858fcef commit 92e85e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### v0.11.0 - 2015-02-05
* Adding custom tasks to run before or after bump and release

### v0.10.0 - 2015-01-12
Expand Down
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ module.exports = function(grunt) {
options: {
bump: true,
file: 'package.json',
changelog: 'test/fixtures/_CHANGELOG.md',
changelog: 'CHANGELOG.md',
changelogText: '### <%= version %>\n',
commitMessage: 'v<%= version %>',
add: true,
commit: true,
tag: true,
Expand Down
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.10.0",
"version": "0.11.0",
"description": "Release a new version of your Node-based project",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit 92e85e6

Please sign in to comment.