Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"mcp": "0.11.0",
"typescript": "0.12.0"
"mcp": "0.11.1",
"typescript": "0.13.0"
}
10 changes: 10 additions & 0 deletions mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.11.1](https://github.com/sumup/sumup-ai/compare/mcp-v0.11.0...mcp-v0.11.1) (2026-04-20)


### Build System & Dependencies

* **deps-dev:** bump @biomejs/biome from 2.4.7 to 2.4.9 in /mcp ([#425](https://github.com/sumup/sumup-ai/issues/425)) ([83ea1b5](https://github.com/sumup/sumup-ai/commit/83ea1b524c3c00399e0e854003158a08e4411555))
* **deps-dev:** bump @rslib/core from 0.20.0 to 0.20.1 in /mcp ([#423](https://github.com/sumup/sumup-ai/issues/423)) ([2ff5e02](https://github.com/sumup/sumup-ai/commit/2ff5e02e15fdd50eb9a29838bf8cff05f5b4ff6e))
* **deps:** bump @sumup/agent-toolkit from 0.11.0 to 0.12.0 in /mcp ([#426](https://github.com/sumup/sumup-ai/issues/426)) ([50c2ee6](https://github.com/sumup/sumup-ai/commit/50c2ee6ebd940c3300b660eb8391b4bd17902df0))
* **deps:** bump path-to-regexp ([#417](https://github.com/sumup/sumup-ai/issues/417)) ([7be768a](https://github.com/sumup/sumup-ai/commit/7be768af5bfbcb1076104d4cb656d8c31fc832e2))

## [0.11.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.10.2...mcp-v0.11.0) (2026-03-27)


Expand Down
4 changes: 2 additions & 2 deletions mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/mcp",
"version": "0.11.0",
"version": "0.11.1",
"description": "MCP server for interacting with SumUp",
"homepage": "https://github.com/sumup/sumup-ai",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [0.13.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.12.0...typescript-v0.13.0) (2026-04-20)


### Features

* **sdk:** update deps to latest ([#415](https://github.com/sumup/sumup-ai/issues/415)) ([bdd9534](https://github.com/sumup/sumup-ai/commit/bdd9534adcd40a79ed6aa4768acd277a53201926))


### Build System & Dependencies

* **deps-dev:** bump handlebars ([#416](https://github.com/sumup/sumup-ai/issues/416)) ([6dca471](https://github.com/sumup/sumup-ai/commit/6dca47161951bc66fecf8cd06c36b4426a16bc90))
* **deps:** bump ai from 6.0.141 to 6.0.146 in /typescript ([#434](https://github.com/sumup/sumup-ai/issues/434)) ([f55b488](https://github.com/sumup/sumup-ai/commit/f55b488439d02a0bd45f64cbd9eea6d97be2c59d))

## [0.12.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.11.0...typescript-v0.12.0) (2026-03-27)


Expand Down
2 changes: 1 addition & 1 deletion typescript/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/agent-toolkit",
"version": "0.12.0",
"version": "0.13.0",
"license": "Apache-2.0",
"exports": {
"./langchain": "./src/langchain/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/agent-toolkit",
"version": "0.12.0",
"version": "0.13.0",
"homepage": "https://github.com/sumup/sumup-ai",
"license": "Apache-2.0",
"author": "SumUp <support@sumup.com> (https://sumup.com/)",
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/common/const.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.12.0"; // x-release-please-version
export const VERSION = "0.13.0"; // x-release-please-version
export const TOOL_OAUTH_SCOPES_META_KEY = "com.sumup/oauth-scopes";
Loading