File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
6
26
7
27
## [ 1.1.0] - 2020-03-28
8
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @malept/cross-spawn-promise" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " Promisified version of cross-spawn" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"repository" : " https://github.com/malept/cross-spawn-promise" ,
You can’t perform that action at this time.
0 commit comments