From 8c7a8f1d85422109bc3427f8769c86dc4e1fcfce Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:06:22 +0000 Subject: [PATCH] release: 0.0.13 --- .release-please-manifest.json | 2 +- sdk/CHANGELOG.md | 21 +++++++++++++++++++++ sdk/jsr.json | 2 +- sdk/package-lock.json | 4 ++-- sdk/package.json | 2 +- sdk/src/version.ts | 2 +- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc75c64..c9328fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "sdk": "0.0.12" + "sdk": "0.0.13" } diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 69f8aa2..8b387f4 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.0.13](https://github.com/sumup/sumup-ts/compare/v0.0.12...v0.0.13) (2026-02-06) + + +### Features + +* **codegen:** move codegen in here ([#130](https://github.com/sumup/sumup-ts/issues/130)) ([2aa4495](https://github.com/sumup/sumup-ts/commit/2aa4495455a9c3f0002f2c3694db827491c9480b)) +* report runtime properties ([#229](https://github.com/sumup/sumup-ts/issues/229)) ([7fd15e2](https://github.com/sumup/sumup-ts/commit/7fd15e2164c7257cd1188ce1137fd9516e4d2692)) + + +### Bug Fixes + +* reader status battery_level type ([a9dca80](https://github.com/sumup/sumup-ts/commit/a9dca80b52c8b3c01a8aae2a577b41e596b5bff2)) +* reader status call response ([7be6747](https://github.com/sumup/sumup-ts/commit/7be674785286c10128523dc09bf69a99ca36c718)) +* runtime header for language ([8ddb862](https://github.com/sumup/sumup-ts/commit/8ddb862c5d34cd289b502c631f34aa4b9850cbb7)) +* **sdk:** address package bundle warning for common js ([ab5beb5](https://github.com/sumup/sumup-ts/commit/ab5beb5edaee14820cdcb5dba342b5792aab86b8)) +* **sdk:** handle correctly empty success responses ([ef46ee6](https://github.com/sumup/sumup-ts/commit/ef46ee6007bb8fc99f3bd65819d45dc226666ac3)) +* **sdk:** missing exports for response types ([#241](https://github.com/sumup/sumup-ts/issues/241)) ([7129f25](https://github.com/sumup/sumup-ts/commit/7129f25dbfcf9f36fdd3f0863edd967fbba58271)) +* **sdk:** typo in package exports ([#174](https://github.com/sumup/sumup-ts/issues/174)) ([843f972](https://github.com/sumup/sumup-ts/commit/843f972d08b50e5816613462fbb35b5e1e7aa8c6)) +* **sdk:** version header string ([ab9fdd5](https://github.com/sumup/sumup-ts/commit/ab9fdd5722de584545a19b8ac49d523edd92c223)) +* transaction entry_mode enum ([85c2785](https://github.com/sumup/sumup-ts/commit/85c27852b60d24a7e9f3ea11b877458fb549885c)) + ## [0.0.12](https://github.com/sumup/sumup-ts/compare/v0.0.11...v0.0.12) (2026-02-06) diff --git a/sdk/jsr.json b/sdk/jsr.json index 33896c9..6f392eb 100644 --- a/sdk/jsr.json +++ b/sdk/jsr.json @@ -1,6 +1,6 @@ { "name": "@sumup/sdk", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "exports": "./src/index.ts", "include": [ diff --git a/sdk/package-lock.json b/sdk/package-lock.json index 699cc72..65985e2 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sumup/sdk", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sumup/sdk", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.1.2", diff --git a/sdk/package.json b/sdk/package.json index c989322..f8d8c90 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/sdk", - "version": "0.0.12", + "version": "0.0.13", "description": "The official TypeScript SDK for the SumUp API", "keywords": [ "nodejs", diff --git a/sdk/src/version.ts b/sdk/src/version.ts index 63a0feb..35b4896 100644 --- a/sdk/src/version.ts +++ b/sdk/src/version.ts @@ -1 +1 @@ -export const VERSION = "0.0.12"; // x-release-please-version +export const VERSION = "0.0.13"; // x-release-please-version