Skip to content

Commit a46b076

Browse files
chore: release main (#297)
1 parent b7a4669 commit a46b076

File tree

9 files changed

+202
-181
lines changed

9 files changed

+202
-181
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.9.0",
3-
"typescript": "0.7.2"
2+
"mcp": "0.10.0",
3+
"typescript": "0.8.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.10.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.9.0...mcp-v0.10.0) (2025-12-20)
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.9.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.8.0...mcp-v0.9.0) (2025-11-27)
426

527

mcp/package-lock.json

Lines changed: 128 additions & 136 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.9.0",
3+
"version": "0.10.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.8.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.7.2...typescript-v0.8.0) (2025-12-20)
4+
5+
6+
### Features
7+
8+
* **sdk:** proper www-authenticate handling ([#313](https://github.com/sumup/sumup-ai/issues/313)) ([67308c7](https://github.com/sumup/sumup-ai/commit/67308c765b2e756117ab8959d1f8b5e11b48b072))
9+
310
## [0.7.2](https://github.com/sumup/sumup-ai/compare/typescript-v0.7.1...typescript-v0.7.2) (2025-11-27)
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.7.2",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"exports": {
66
"./langchain": "./src/langchain/index.ts",

typescript/package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/agent-toolkit",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"homepage": "https://github.com/sumup/sumup-ai",
55
"license": "Apache-2.0",
66
"author": "SumUp <support@sumup.com> (https://sumup.com/)",
@@ -56,7 +56,7 @@
5656
"zod": "^3.25.76"
5757
},
5858
"devDependencies": {
59-
"@biomejs/biome": "^2.3.8",
59+
"@biomejs/biome": "^2.3.7",
6060
"@rslib/core": "^0.18.2",
6161
"@types/node": "^24.10.1",
6262
"rsbuild-plugin-publint": "^0.3.3",

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.7.2"; // x-release-please-version
1+
export const VERSION = "0.8.0"; // x-release-please-version

0 commit comments

Comments
 (0)