File tree Expand file tree Collapse file tree 12 files changed +63
-9
lines changed Expand file tree Collapse file tree 12 files changed +63
-9
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * support node 20 and 22 ([ b462be6] ( https://github.com/adaltas/node-shell/commit/b462be6883b2bd14b35550fb3cc9177c4458f67e ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.9.5] ( https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5 ) (2024-01-17)
7
18
8
19
Original file line number Diff line number Diff line change 14
14
],
15
15
"npmClient" : " yarn" ,
16
16
"useWorkspaces" : true ,
17
- "version" : " 0.9.6 "
17
+ "version" : " 0.10.0 "
18
18
}
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+ ** Note:** Version bump only for package @shell-js /grpc_client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.9.4] ( https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4 ) (2022-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shell-js/grpc_client" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"author" :
" David Worms <[email protected] > (https://www.adaltas.com)" ,
5
5
"coffeelintConfig" : {
6
6
"indentation" : {
23
23
},
24
24
"description" : " GRPC client plugin for the Shell.js package." ,
25
25
"devDependencies" : {
26
- "@shell-js/grpc_server" : " ^0.9.6 " ,
26
+ "@shell-js/grpc_server" : " ^0.10.0 " ,
27
27
"coffeescript" : " ^2.7.0" ,
28
28
"mocha" : " ^10.7.0" ,
29
29
"should" : " ^13.2.3"
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+ ** Note:** Version bump only for package @shell-js /grpc_proto
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.9.4] ( https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4 ) (2022-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shell-js/grpc_proto" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"author" :
" David Worms <[email protected] > (https://www.adaltas.com)" ,
5
5
"contributors" : [
6
6
" Sergei Kudinov <[email protected] > (https://www.adaltas.com)"
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+ ** Note:** Version bump only for package @shell-js /grpc_server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.9.4] ( https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4 ) (2022-03-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shell-js/grpc_server" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"author" :
" David Worms <[email protected] > (https://www.adaltas.com)" ,
5
5
"coffeelintConfig" : {
6
6
"indentation" : {
20
20
],
21
21
"dependencies" : {
22
22
"@grpc/grpc-js" : " ^1.11.1" ,
23
- "@shell-js/grpc_proto" : " ^0.9.6 " ,
23
+ "@shell-js/grpc_proto" : " ^0.10.0 " ,
24
24
"mixme" : " ^1.1.0" ,
25
25
"protobufjs" : " ^7.3.2"
26
26
},
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * support node 20 and 22 ([ b462be6] ( https://github.com/adaltas/node-shell/commit/b462be6883b2bd14b35550fb3cc9177c4458f67e ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.9.5] ( https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5 ) (2024-01-17)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shell" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"author" :
" David Worms <[email protected] > (https://www.adaltas.com)" ,
5
5
"coffeelintConfig" : {
6
6
"indentation" : {
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
+ # [ 0.10.0] ( https://github.com/adaltas/node-shell/compare/v0.9.6...v0.10.0 ) (2024-07-27)
7
+
8
+ ** Note:** Version bump only for package @shell-js/samples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.9.5] ( https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5 ) (2024-01-17)
7
15
8
16
** Note:** Version bump only for package @shell-js/samples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shell-js/samples" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "shell" : " ^0.9.6 "
6
+ "shell" : " ^0.10.0 "
7
7
},
8
8
"devDependencies" : {
9
9
"glob" : " ^11.0.0" ,
You can’t perform that action at this time.
0 commit comments