Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Mar 22, 2015
1 parent bda00a0 commit bec214f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### 0.12.0
* Add support to release specific versions (#108)
* Feature: Add possibilitity to tag release as Github prerelease (#104)
* Bugfix: Ensure before and after tasks run correctly (#105)
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.11.0",
"version": "0.12.0",
"description": "Release a new version of your Node-based project",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit bec214f

Please sign in to comment.