Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorgan committed May 3, 2016
1 parent 1e5095e commit 9608e05
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.13.1 - 2016-05-02
* Fix runtime error due to trailing comma (#132)
* Add declaration for undeclared "vars" variable

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.13.0",
"version": "0.13.1",
"description": "Release a new version of your Node-based project",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit 9608e05

Please sign in to comment.