Skip to content

Commit d1a6ab9

Browse files
release v4.1.0
1 parent aa18ef3 commit d1a6ab9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

5-
## Unreleased
5+
## [v4.1.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v4.1.0) (2017-11-15)
6+
7+
- Added `--lock` option to update the `package-json.lock` file in addition to manifest files. See [issue #20](https://github.com/BigstickCarpet/version-bump-prompt/issues/20) for details. Thanks to [@browniebroke](https://github.com/browniebroke) for [the PR](https://github.com/BigstickCarpet/version-bump-prompt/pull/23/files)!
8+
9+
[Full Changelog](https://github.com/BigstickCarpet/version-bump-prompt/compare/v4.0.0...v4.1.0)
610

7-
- Added `--lock` option to update the package-json.lock file
811

912
## [v4.0.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v4.0.0) (2017-11-15)
1013

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.0.1",
3+
"version": "4.1.0",
44
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",
55
"keywords": [
66
"version",
@@ -67,4 +67,4 @@
6767
"engines": {
6868
"node": ">=6"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)