Skip to content

Commit 9daa9b1

Browse files
chore(main): release core 0.1.1
1 parent c238aa1 commit 9daa9b1

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-06-16)
4+
5+
6+
### Features
7+
8+
* allow users to import via the require syntax ([#55](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/55)) ([41144e5](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/41144e5697b17f452ee5b8efd01bc4bbecca1b91))
9+
10+
11+
### Bug Fixes
12+
13+
* make tools return strings ([#57](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/57)) ([c238aa1](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/c238aa1b55c27dc8ebb2dcd54caf861c152c61c9))
14+
315
## 0.1.0 (2025-06-13)
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/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)