Skip to content

Commit 728aff2

Browse files
committed
chore(release): 0.23.5 [skip ci]
1 parent 9cefa2c commit 728aff2

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

packages/mcp/CHANGELOG.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
1-
## [0.23.5-dev.1](https://github.com/salesforcecli/mcp/compare/0.23.5-dev.0...0.23.5-dev.1) (2025-10-24)
2-
3-
4-
5-
## [0.23.5-dev.0](https://github.com/salesforcecli/mcp/compare/0.23.4...0.23.5-dev.0) (2025-10-24)
1+
## [0.23.5](https://github.com/salesforcecli/mcp/compare/0.23.4...0.23.5) (2025-11-07)
62

73

84
### Bug Fixes
95

6+
* add shrinkwrap lockfile @W-19291869@ ([#188](https://github.com/salesforcecli/mcp/issues/188)) ([915e19d](https://github.com/salesforcecli/mcp/commit/915e19d5a25232ca6fde62cf71c698f9d19ba8a5))
107
* listen on `SIGTERM` for telemetry ([#296](https://github.com/salesforcecli/mcp/issues/296)) ([2115e37](https://github.com/salesforcecli/mcp/commit/2115e3733f7bb8cbfc997635bbe7b807333d931b))
8+
* switch slds tools to non ga @W-20093690 ([#322](https://github.com/salesforcecli/mcp/issues/322)) ([1abc80a](https://github.com/salesforcecli/mcp/commit/1abc80aa179d12500c7cd547aa6783548bfee554))
119
* **telemetry:** always set `isError` for tool events ([#308](https://github.com/salesforcecli/mcp/issues/308)) ([a7f9568](https://github.com/salesforcecli/mcp/commit/a7f95689d650d30900b920b5ee609b3af488b0e1))
1210

1311

1412

15-
## [0.19.2-dev.1](https://github.com/salesforcecli/mcp/compare/0.19.1...0.19.2-dev.1) (2025-09-05)
16-
17-
18-
### Bug Fixes
19-
20-
* add shrinkwrap lockfile ([400fe7a](https://github.com/salesforcecli/mcp/commit/400fe7a1852956aa8d25f5f299334f67acb36ea6))
21-
22-
23-
2413
## [0.23.4](https://github.com/salesforcecli/mcp/compare/0.23.3...0.23.4) (2025-10-06)
2514

2615

@@ -131,16 +120,7 @@
131120

132121

133122

134-
## [0.19.2](https://github.com/salesforcecli/mcp/compare/0.19.2-dev.1...0.19.2) (2025-09-16)
135-
136-
137-
138-
## [0.19.2-dev.1](https://github.com/salesforcecli/mcp/compare/0.19.1...0.19.2-dev.1) (2025-09-05)
139-
140-
141-
### Bug Fixes
142-
143-
* add shrinkwrap lockfile ([400fe7a](https://github.com/salesforcecli/mcp/commit/400fe7a1852956aa8d25f5f299334f67acb36ea6))
123+
## [0.19.2](https://github.com/salesforcecli/mcp/compare/0.19.1...0.19.2) (2025-09-16)
144124

145125

146126

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/mcp",
3-
"version": "0.23.5-dev.1",
3+
"version": "0.23.5",
44
"description": "MCP Server for interacting with Salesforce instances",
55
"bin": {
66
"sf-mcp-server": "bin/run.js"

0 commit comments

Comments
 (0)