1- # Change Log
1+ Change Log
2+ ====================================================================================================
23All 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
5582Two 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
6998A couple of changes to make ` version-bump-prompt ` behave more like the ` npm version ` command:
7099
0 commit comments