Skip to content

Commit d64011c

Browse files
dropped support for Node 4.x because Inquirer no longer supports it
1 parent 909c3f7 commit d64011c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

55

6+
## [v4.0.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v4.0.0) (2017-11-15)
7+
8+
- 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.
9+
10+
[Full Changelog](https://github.com/BigstickCarpet/version-bump-prompt/compare/v3.0.0...v4.0.0)
11+
12+
613
## [v3.0.0](https://github.com/BigstickCarpet/version-bump-prompt/tree/v3.0.0) (2016-12-25)
714

815
Two big changes in this version:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
environment:
55
matrix:
6-
- nodejs_version: "4"
7-
- nodejs_version: "5"
86
- nodejs_version: "6"
97
- nodejs_version: "7"
108
- nodejs_version: "8"

0 commit comments

Comments
 (0)