Skip to content

Commit 6665e1f

Browse files
release v4.2.0
1 parent 4c90c5f commit 6665e1f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes will be documented in this file.
33
`version-bump-prompt` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [v4.2.0](https://github.com/James-Messinger/version-bump-prompt/tree/v4.2.0) (2018-09-30)
6+
7+
- Output of [npm version scripts](https://docs.npmjs.com/cli/version) is now shown. Thanks to [@didoo](https://github.com/didoo) for [the PR](https://github.com/James-Messinger/version-bump-prompt/pull/27)!
8+
9+
[Full Changelog](https://github.com/James-Messinger/version-bump-prompt/compare/v4.1.0...v4.2.0)
10+
11+
512
## [v4.1.0](https://github.com/James-Messinger/version-bump-prompt/tree/v4.1.0) (2017-11-15)
613

714
- Added `--lock` option to update the `package-json.lock` file in addition to manifest files. See [issue #20](https://github.com/James-Messinger/version-bump-prompt/issues/20) for details. Thanks to [@browniebroke](https://github.com/browniebroke) for [the PR](https://github.com/James-Messinger/version-bump-prompt/pull/23/files)!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "version-bump-prompt",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",
55
"keywords": [
66
"version",
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"node": ">=6"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)