Skip to content

Commit 070aaaa

Browse files
chore: release main (#294)
1 parent e4febfe commit 070aaaa

File tree

9 files changed

+39
-10
lines changed

9 files changed

+39
-10
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"mcp": "0.6.0",
3-
"typescript": "0.6.0"
2+
"mcp": "0.7.0",
3+
"typescript": "0.7.0"
44
}

mcp/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.6.0...mcp-v0.7.0) (2025-11-27)
4+
5+
6+
### Features
7+
8+
* init ([4cfe434](https://github.com/sumup/sumup-ai/commit/4cfe434a67afbb935552276dfdf239cd74aaa261))
9+
* **mcp:** docker ([#22](https://github.com/sumup/sumup-ai/issues/22)) ([995936a](https://github.com/sumup/sumup-ai/commit/995936ab9c34413336aa28d1a6319a2efaf53c8a))
10+
* **mcp:** versioning/publishing pipeline ([5e83e70](https://github.com/sumup/sumup-ai/commit/5e83e708aeaadc26faf67e6abcdc3236dbe273dc))
11+
* **readme:** badges ([#110](https://github.com/sumup/sumup-ai/issues/110)) ([1c490fb](https://github.com/sumup/sumup-ai/commit/1c490fb7aa37411f25d6abf117da197b87d6c884))
12+
* rename to sumup-ai ([ebc2e10](https://github.com/sumup/sumup-ai/commit/ebc2e10794c0adc580eeb67ca373c540ca19fa43))
13+
* setup mcp publishing ([#253](https://github.com/sumup/sumup-ai/issues/253)) ([67df63d](https://github.com/sumup/sumup-ai/commit/67df63db00b7efa5b220b43caad833ea2826c511))
14+
* switch to release please ([#254](https://github.com/sumup/sumup-ai/issues/254)) ([8e4150f](https://github.com/sumup/sumup-ai/commit/8e4150f7e6398ab71ce7ee8af0f4e52184dc15c1))
15+
16+
17+
### Bug Fixes
18+
19+
* changeset setup ([#21](https://github.com/sumup/sumup-ai/issues/21)) ([50c0e9c](https://github.com/sumup/sumup-ai/commit/50c0e9c7cdd19ebcc6516c97438b9317c563120b))
20+
* changeset setup for typescript sdk ([#14](https://github.com/sumup/sumup-ai/issues/14)) ([290253e](https://github.com/sumup/sumup-ai/commit/290253e985bee2de99e9b034923c335f45f9d261))
21+
* **mcp:** package.json config ([#17](https://github.com/sumup/sumup-ai/issues/17)) ([09df4fd](https://github.com/sumup/sumup-ai/commit/09df4fddacc0ed95db616cd73976fcb80572b4f7))
22+
* **mcp:** publishing ([5e24da2](https://github.com/sumup/sumup-ai/commit/5e24da29081863ceb8c16a222e9a1a90ae4f8431))
23+
* **mcp:** publishing and versioning ([55abf5e](https://github.com/sumup/sumup-ai/commit/55abf5e1777841ab15ac08f168e1b229577763a5))
24+
325
## [0.6.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.5.0...mcp-v0.6.0) (2025-11-26)
426

527

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

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/mcp",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "MCP server for interacting with SumUp",
55
"homepage": "https://github.com/sumup/sumup-ai",
66
"license": "Apache-2.0",

typescript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sumup/agent-toolkit
22

3+
## [0.7.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.6.0...typescript-v0.7.0) (2025-11-27)
4+
5+
6+
### Features
7+
8+
* **sdk:** bump deps ([e4febfe](https://github.com/sumup/sumup-ai/commit/e4febfe9c8062a07a7aa95ec37ac4a1542e7f5c6))
9+
310
## [0.6.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.5.1...typescript-v0.6.0) (2025-11-26)
411

512

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.6.0",
3+
"version": "0.7.0",
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.6.0",
3+
"version": "0.7.0",
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.6.0"; // x-release-please-version
1+
export const VERSION = "0.7.0"; // x-release-please-version

0 commit comments

Comments
 (0)