File tree 8 files changed +58
-7
lines changed
8 files changed +58
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0] ( /compare/v3.5.1...v4.0.0 ) (2020-06-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** core:** createFileAsync() types of param ` data ` d19f510
12
+
13
+
14
+ ### Features
15
+
16
+ * increase pkg.engines.node to >=12.13.0 b296c00
17
+
18
+
19
+
20
+
21
+
6
22
## [ 3.5.1] ( /compare/v3.5.0...v3.5.1 ) (2020-03-18)
7
23
8
24
** Note:** Version bump only for package @waiting/shared
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.5.1 " ,
2
+ "version" : " 4.0.0 " ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0] ( https://github.com/waitingsong/node-shared-core/compare/v3.5.1...v4.0.0 ) (2020-06-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** core:** createFileAsync() types of param ` data ` ([ d19f510] ( https://github.com/waitingsong/node-shared-core/commit/d19f510b40d53272025d8e1843d714b80782d3a2 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * increase pkg.engines.node to >=12.13.0 ([ b296c00] ( https://github.com/waitingsong/node-shared-core/commit/b296c0030a5c36a566975ba802a3763f96dbe774 ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 3.5.1] ( https://github.com/waitingsong/node-shared-core/compare/v3.5.0...v3.5.1 ) (2020-03-18)
7
23
8
24
** Note:** Version bump only for package @waiting/shared-core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waiting/shared-core" ,
3
3
"author" : " waiting" ,
4
- "version" : " 3.5.1 " ,
4
+ "version" : " 4.0.0 " ,
5
5
"description" : " node core function re export with Promise or Observable" ,
6
6
"keywords" : [
7
7
" node" ,
23
23
},
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
- "@waiting/shared-types" : " ^3.5.1 " ,
26
+ "@waiting/shared-types" : " ^4.0.0 " ,
27
27
"rxjs" : " ^6.5.2"
28
28
},
29
29
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0] ( https://github.com/waitingsong/npm-mono-base/compare/v3.5.1...v4.0.0 ) (2020-06-11)
7
+
8
+ ** Note:** Version bump only for package demo
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.5.1] ( https://github.com/waitingsong/npm-mono-base/compare/v3.5.0...v3.5.1 ) (2020-03-18)
7
15
8
16
** Note:** Version bump only for package demo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
3
"author" : " waiting" ,
4
- "version" : " 3.5.1 " ,
4
+ "version" : " 4.0.0 " ,
5
5
"description" : " npm boilerplate" ,
6
6
"private" : true ,
7
7
"keywords" : [
25
25
},
26
26
"license" : " MIT" ,
27
27
"dependencies" : {
28
- "@waiting/shared-types" : " ^3.5.1 " ,
28
+ "@waiting/shared-types" : " ^4.0.0 " ,
29
29
"rxjs" : " ^6.5.2"
30
30
},
31
31
"devDependencies" : {
32
- "@waiting/shared-core" : " ^3.5.1 " ,
32
+ "@waiting/shared-core" : " ^4.0.0 " ,
33
33
"cross-env" : " 7"
34
34
},
35
35
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0] ( https://github.com/waitingsong/shared-types/compare/v3.5.1...v4.0.0 ) (2020-06-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * increase pkg.engines.node to >=12.13.0 ([ b296c00] ( https://github.com/waitingsong/shared-types/commit/b296c0030a5c36a566975ba802a3763f96dbe774 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 3.5.1] ( https://github.com/waitingsong/shared-types/compare/v3.5.0...v3.5.1 ) (2020-03-18)
7
18
8
19
** Note:** Version bump only for package @waiting/shared-types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waiting/shared-types" ,
3
3
"author" : " waiting" ,
4
- "version" : " 3.5.1 " ,
4
+ "version" : " 4.0.0 " ,
5
5
"description" : " shared typescript types" ,
6
6
"keywords" : [
7
7
" types" ,
You can’t perform that action at this time.
0 commit comments