Skip to content

Commit

Permalink
Bumped to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Nov 13, 2013
1 parent 317fcf9 commit 23dad56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

- 2013-11-13 v0.3.0 New *command* option to specify which command to run, in case full path to Grunt is needed. NodeJS template now uses new `escapeBackslashes` helper to make sure backslashes ('\') are properly escaped when written in the hook
- 2013-10-05 v0.2.0 New *args* option to specify arguments to hooked task. Bugfix to allow running grunt when the Gruntfile is not at the root of the project.
- 2013-09-02 v0.1.0 Initial functionnalities
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-githooks",
"description": "A Grunt plugin to help bind Grunt tasks to Git hooks",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://github.com/rhumaric/grunt-githooks",
"author": {
"name": "Romaric Pascal",
Expand Down

0 comments on commit 23dad56

Please sign in to comment.