We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bb8ce commit a0c7d39Copy full SHA for a0c7d39
CHANGELOG.md
@@ -1,4 +1,13 @@
1
-## 0.0.1 (2025-04-24)
+## [0.0.2](https://github.com/salesforcecli/mcp/compare/0.0.1...0.0.2) (2025-04-25)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** bump braces from 3.0.2 to 3.0.3 ([7648323](https://github.com/salesforcecli/mcp/commit/764832387a22e5b6fbd08a9a0624048674902e5b))
7
8
9
10
+## [0.0.1](https://github.com/salesforcecli/mcp/compare/b72b9dce44b9c97428574a3ce89043e1030c73f9...0.0.1) (2025-04-24)
11
12
13
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mcp",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "MCP Server for interacting with Salesforce instances",
"main": "lib/index",
"types": "lib/index.d.ts",
0 commit comments