Skip to content

Commit acf1bc7

Browse files
committed
chore(release): publish
1 parent 30fd61a commit acf1bc7

File tree

12 files changed

+63
-9
lines changed

12 files changed

+63
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"npmClient": "yarn",
1616
"useWorkspaces": true,
17-
"version": "0.9.6"
17+
"version": "0.10.0"
1818
}

packages/grpc_client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)
715

816

packages/grpc_client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-js/grpc_client",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
55
"coffeelintConfig": {
66
"indentation": {
@@ -23,7 +23,7 @@
2323
},
2424
"description": "GRPC client plugin for the Shell.js package.",
2525
"devDependencies": {
26-
"@shell-js/grpc_server": "^0.9.6",
26+
"@shell-js/grpc_server": "^0.10.0",
2727
"coffeescript": "^2.7.0",
2828
"mocha": "^10.7.0",
2929
"should": "^13.2.3"

packages/grpc_proto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)
715

816

packages/grpc_proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-js/grpc_proto",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
55
"contributors": [
66
"Sergei Kudinov <[email protected]> (https://www.adaltas.com)"

packages/grpc_server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.9.4](https://github.com/adaltas/node-shell/compare/v0.9.3...v0.9.4) (2022-03-15)
715

816

packages/grpc_server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-js/grpc_server",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
55
"coffeelintConfig": {
66
"indentation": {
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@grpc/grpc-js": "^1.11.1",
23-
"@shell-js/grpc_proto": "^0.9.6",
23+
"@shell-js/grpc_proto": "^0.10.0",
2424
"mixme": "^1.1.0",
2525
"protobufjs": "^7.3.2"
2626
},

packages/shell/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)
718

819

packages/shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shell",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
55
"coffeelintConfig": {
66
"indentation": {

samples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [0.9.5](https://github.com/adaltas/node-shell/compare/v0.9.4...v0.9.5) (2024-01-17)
715

816
**Note:** Version bump only for package @shell-js/samples

samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@shell-js/samples",
3-
"version": "0.9.6",
3+
"version": "0.10.0",
44
"private": true,
55
"dependencies": {
6-
"shell": "^0.9.6"
6+
"shell": "^0.10.0"
77
},
88
"devDependencies": {
99
"glob": "^11.0.0",

0 commit comments

Comments
 (0)