Skip to content

Commit 1384436

Browse files
chore(main): release core 0.1.2 (#74)
* chore(main): release core 0.1.2 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <[email protected]>
1 parent b93884b commit 1384436

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-core":"0.1.1"}
1+
{"packages/toolbox-core":"0.1.2"}

packages/toolbox-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.1...core-v0.1.2) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* Add support for map parameter type ([#78](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/78)) ([5de08c1](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/5de08c10368ffe67ccb776ecda6cdab0a1a76484))
9+
10+
11+
### Bug fixes
12+
13+
* Revert back zod version to v3 ([#88](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/88)) ([6163c34](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/6163c340c577926b5f2d5607abde5e2c1131ee59))
14+
15+
16+
### Documentation
17+
18+
* Add note regarding local testing ([#89](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/89)) ([6ed5348](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/6ed53481a89d459c057352c7db237326dd10b35f))
19+
* fix method name ([#76](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/76)) ([6f18e99](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/6f18e99242533a0313c8c27206127b22927626d2))
20+
* improve contributor guidance ([#72](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/72)) ([7012e0a](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/7012e0a477872db6e68a535a67acb772ed6ca2e1))
21+
322
## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.0...core-v0.1.1) (2025-07-17)
423

524

packages/toolbox-core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "JavaScript Base SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)