Skip to content

Commit d2357c5

Browse files
committed
2.0.0
1 parent f5ba9dc commit d2357c5

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

NEWS.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
## [Unreleased]
44

5-
[unreleased]: https://github.com/malept/cross-spawn-promise/compare/v1.1.0...main
5+
[unreleased]: https://github.com/malept/cross-spawn-promise/compare/v2.0.0...main
6+
7+
## [2.0.0] - 2021-07-02
8+
9+
[2.0.0]: https://github.com/malept/cross-spawn-promise/compare/v1.1.1...v2.0.0
10+
11+
### Changed
12+
13+
- Officially support Node.js >= 12.13.0 (#40)
14+
15+
### Removed
16+
17+
- Drop official support for Node.js < 12.13.0 (#40)
18+
19+
## [1.1.1] - 2020-12-04
20+
21+
[1.1.1]: https://github.com/malept/cross-spawn-promise/compare/v1.1.0...v1.1.1
22+
23+
### Build
24+
25+
- Publish versioned API docs
626

727
## [1.1.0] - 2020-03-28
828

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@malept/cross-spawn-promise",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Promisified version of cross-spawn",
55
"main": "dist/src/index.js",
66
"repository": "https://github.com/malept/cross-spawn-promise",

0 commit comments

Comments
 (0)