Skip to content

Commit a7452a2

Browse files
committed
chore(release): publish
1 parent dd93120 commit a7452a2

File tree

12 files changed

+64
-11
lines changed

12 files changed

+64
-11
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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)
7+
8+
9+
### Features
10+
11+
* **shell:** improve error messages ([95d6e0e](https://github.com/adaltas/node-shell/commit/95d6e0e9cf1ba1e2dcca73ca23deca6c287474d0))
12+
* **shell:** new error_message error_stack and error_help router options ([a8e1a1f](https://github.com/adaltas/node-shell/commit/a8e1a1f15b9f32a36aacea76e2487425252c35ec))
13+
* **shell:** router exit option ([8554263](https://github.com/adaltas/node-shell/commit/8554263f3c5575fde122bba3b3ad1e875458a274))
14+
15+
16+
617
## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)
718

819
**Note:** Version bump only for package shell

lerna.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"message": "chore(release): publish"
1010
}
1111
},
12-
"ignoreChanges": ["**/test/**"],
12+
"ignoreChanges": [
13+
"**/test/**"
14+
],
1315
"npmClient": "yarn",
14-
"version": "0.11.0"
15-
}
16+
"version": "0.12.0"
17+
}

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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @shell-js/grpc_client
9+
10+
11+
12+
13+
614
## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)
715

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

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.11.0",
3+
"version": "0.12.0",
44
"description": "GRPC client plugin for the Shell.js package.",
55
"keywords": [
66
"argument",
@@ -26,7 +26,7 @@
2626
"@grpc/grpc-js": "^1.12.2"
2727
},
2828
"devDependencies": {
29-
"@shell-js/grpc_server": "^0.11.0",
29+
"@shell-js/grpc_server": "^0.12.0",
3030
"coffeescript": "^2.7.0",
3131
"mocha": "^10.8.2",
3232
"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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @shell-js/grpc_proto
9+
10+
11+
12+
13+
614
## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)
715

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

packages/grpc_proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shell-js/grpc_proto",
33
"description": "GRPC Protocol Buffer definition.",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"keywords": [
66
"argument",
77
"parameter",

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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)
7+
8+
**Note:** Version bump only for package @shell-js/grpc_server
9+
10+
11+
12+
13+
614
## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)
715

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

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.11.0",
3+
"version": "0.12.0",
44
"description": "GRPC server plugin for the Shell.js package.",
55
"keywords": [
66
"argument",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"@grpc/grpc-js": "^1.12.2",
27-
"@shell-js/grpc_proto": "^0.11.0",
27+
"@shell-js/grpc_proto": "^0.12.0",
2828
"mixme": "^1.1.0",
2929
"protobufjs": "^7.4.0"
3030
},

packages/shell/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.12.0](https://github.com/adaltas/node-shell/compare/v0.11.0...v0.12.0) (2024-11-24)
7+
8+
### Features
9+
10+
- **shell:** improve error messages ([95d6e0e](https://github.com/adaltas/node-shell/commit/95d6e0e9cf1ba1e2dcca73ca23deca6c287474d0))
11+
- **shell:** new error_message error_stack and error_help router options ([a8e1a1f](https://github.com/adaltas/node-shell/commit/a8e1a1f15b9f32a36aacea76e2487425252c35ec))
12+
- **shell:** router exit option ([8554263](https://github.com/adaltas/node-shell/commit/8554263f3c5575fde122bba3b3ad1e875458a274))
13+
614
## [0.11.0](https://github.com/adaltas/node-shell/compare/v0.10.1...v0.11.0) (2024-08-04)
715

816
**Note:** Version bump only for package shell

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.11.0",
3+
"version": "0.12.0",
44
"description": "Command line arguments parser and stringifier",
55
"keywords": [
66
"shell",

0 commit comments

Comments
 (0)