Skip to content

Commit 8040f62

Browse files
chore(main): release core 0.1.1 (#65)
* chore(main): release core 0.1.1 * 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 49fb9df commit 8040f62

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.0"}
1+
{"packages/toolbox-core":"0.1.1"}

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.1.1](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.0...core-v0.1.1) (2025-07-17)
4+
5+
6+
### Features
7+
8+
* **toolbox-core:** Add support for optional parameters ([#66](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/66)) ([bfbc4f6](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/bfbc4f66d62688aee2754a2ef73d78af5c075306))
9+
10+
11+
### Bug Fixes
12+
13+
* **toolbox-core:** Simplify tool invocation response handling ([#69](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/69)) ([c7dce48](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/c7dce4844462ddf415872257c217808791ad5e9a))
14+
315
## 0.1.0 (2025-06-23)
416

517

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.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "JavaScript Base SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)