Skip to content

Commit 3a5f9c6

Browse files
chore: release main (#361)
1 parent 5b170b1 commit 3a5f9c6

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"mcp": "0.10.0",
3-
"typescript": "0.9.0"
3+
"typescript": "0.9.1"
44
}

typescript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
* **typescript:** update to latest sumup sdk ([679347e](https://github.com/sumup/sumup-ai/commit/679347ef045ad24bcaac3f4966a5ce80301a3b82))
66

7+
## [0.9.1](https://github.com/sumup/sumup-ai/compare/typescript-v0.9.0...typescript-v0.9.1) (2026-02-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **typescript:** local alias import for JSR ([5b170b1](https://github.com/sumup/sumup-ai/commit/5b170b1c1a81701e91b11cc12203b0318e541501))
13+
714
## [0.9.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.8.0...typescript-v0.9.0) (2026-02-10)
815

916

typescript/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/agent-toolkit",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"license": "Apache-2.0",
55
"exports": {
66
"./langchain": "./src/langchain/index.ts",

typescript/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.

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/agent-toolkit",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"homepage": "https://github.com/sumup/sumup-ai",
55
"license": "Apache-2.0",
66
"author": "SumUp <support@sumup.com> (https://sumup.com/)",

typescript/src/common/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.9.0"; // x-release-please-version
1+
export const VERSION = "0.9.1"; // x-release-please-version

0 commit comments

Comments
 (0)