Skip to content

Commit

Permalink
* chore(package): update conventional-recommended-bump to version 0.3…
Browse files Browse the repository at this point in the history
….0 (#86)

* chore(package): update conventional-recommended-bump to version 0.3.0

https://greenkeeper.io/

* fix: use renamed releaseType from recommended-bump
  • Loading branch information
greenkeeperio-bot authored and Tapppi committed Aug 13, 2016
1 parent f674ce9 commit d711625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ conventionalRecommendedBump({

var newVersion = pkg.version
if (!argv.firstRelease) {
newVersion = semver.inc(pkg.version, release.releaseAs)
newVersion = semver.inc(pkg.version, release.releaseType)
checkpoint('bumping version in package.json from %s to %s', [pkg.version, newVersion])
pkg.version = newVersion
fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + '\n', 'utf-8')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"chalk": "^1.1.3",
"conventional-changelog": "^1.1.0",
"conventional-recommended-bump": "^0.2.1",
"conventional-recommended-bump": "^0.3.0",
"figures": "^1.5.0",
"fs-access": "^1.0.0",
"semver": "^5.1.0",
Expand Down

0 comments on commit d711625

Please sign in to comment.