Skip to content

Commit 3200e0e

Browse files
committed
feat(deps): update conventional-github-releaser to ^0.2.0
1 parent 1d9c5fa commit 3200e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = function(grunt) {
7777
pkg: {
7878
path: 'test/fixtures/_package.json'
7979
},
80-
allBlocks: true
80+
releaseCount: 0
8181
}
8282
}
8383
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"chalk": "^1.1.0",
29-
"conventional-github-releaser": "^0.1.0",
29+
"conventional-github-releaser": "^0.2.0",
3030
"plur": "^2.0.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)