Skip to content

Commit e28fc70

Browse files
release v6.0.0
1 parent db92ebc commit e28fc70

File tree

3 files changed

+38
-9
lines changed

3 files changed

+38
-9
lines changed

CHANGELOG.md

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
# Change Log
1+
Change Log
2+
====================================================================================================
23
All notable changes will be documented in this file.
34
`version-bump-prompt` adheres to [Semantic Versioning](http://semver.org/).
45

5-
## [v5.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v5.0.0) (2019-03-10)
6+
7+
8+
[v6.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v6.0.0) (2020-01-28)
9+
----------------------------------------------------------------------------------------------------
10+
11+
### Breaking Changes
12+
13+
- Dropped support for Node 8. Now requires Node 10+
14+
15+
### Other Changes
16+
17+
- The "version-bump-prompt" package is now just a wrapper around the scoped "@jsdevtools/version-bump-prompt" package
18+
19+
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v5.0.7...v6.0.0)
20+
21+
22+
23+
[v5.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v5.0.0) (2019-03-10)
24+
----------------------------------------------------------------------------------------------------
625

726
### Breaking Changes
827

@@ -29,28 +48,36 @@ All notable changes will be documented in this file.
2948
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v4.2.2...v5.0.0)
3049

3150

32-
## [v4.2.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.2.0) (2018-09-30)
51+
52+
[v4.2.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.2.0) (2018-09-30)
53+
----------------------------------------------------------------------------------------------------
3354

3455
- 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/JS-DevTools/version-bump-prompt/pull/27)!
3556

3657
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v4.1.0...v4.2.0)
3758

3859

39-
## [v4.1.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.1.0) (2017-11-15)
60+
61+
[v4.1.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.1.0) (2017-11-15)
62+
----------------------------------------------------------------------------------------------------
4063

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

4366
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v4.0.0...v4.1.0)
4467

4568

46-
## [v4.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.0.0) (2017-11-15)
69+
70+
[v4.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v4.0.0) (2017-11-15)
71+
----------------------------------------------------------------------------------------------------
4772

4873
- Dropped support for Node v4.x since it's no longer supported by [`inquirer`](https://www.npmjs.com/package/inquirer). As a result, Version-Bump-Prompt now only supports Node v6+. You can continue using Version-Bump-Prompt v3.x on Node 4.
4974

5075
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v3.0.0...v4.0.0)
5176

5277

53-
## [v3.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v3.0.0) (2016-12-25)
78+
79+
[v3.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v3.0.0) (2016-12-25)
80+
----------------------------------------------------------------------------------------------------
5481

5582
Two big changes in this version:
5683

@@ -64,7 +91,9 @@ Two big changes in this version:
6491
[Full Changelog](https://github.com/JS-DevTools/version-bump-prompt/compare/v2.0.0...v3.0.0)
6592

6693

67-
## [v2.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v2.0.0) (2016-11-29)
94+
95+
[v2.0.0](https://github.com/JS-DevTools/version-bump-prompt/tree/v2.0.0) (2016-11-29)
96+
----------------------------------------------------------------------------------------------------
6897

6998
A couple of changes to make `version-bump-prompt` behave more like the `npm version` command:
7099

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsdevtools/version-bump-prompt",
3-
"version": "5.0.7",
3+
"version": "6.0.0",
44
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git",
55
"keywords": [
66
"version",

0 commit comments

Comments
 (0)