Skip to content

Commit 8252a6e

Browse files
release: 0.0.6
1 parent ab9fdd5 commit 8252a6e

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,3 +1,3 @@
11
{
2-
"sdk": "0.0.5"
2+
"sdk": "0.0.6"
33
}

sdk/CHANGELOG.md

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

3+
## [0.0.6](https://github.com/sumup/sumup-ts/compare/v0.0.5...v0.0.6) (2025-10-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk:** version header string ([ab9fdd5](https://github.com/sumup/sumup-ts/commit/ab9fdd5722de584545a19b8ac49d523edd92c223))
9+
310
## [0.0.5](https://github.com/sumup/sumup-ts/compare/v0.0.4...v0.0.5) (2025-10-23)
411

512
0.0.5 brings the Merchants API, allowing access to multiple merchant accounts, depending on the authorization. For users that authenticate using SumUp's SSO you can now access any of the merchant accounts that they have membership in. For API keys the access is still restricted to the merchant account for which the API key was created. We are working on introducing more authentication options to make integrations that need to rely on multiple merchant accounts easier in the future.

sdk/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "Apache-2.0",
55
"exports": "./src/index.ts",
66
"include": [

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

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup/sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The official TypeScript SDK for the SumUp API",
55
"keywords": [
66
"nodejs",

sdk/src/version.ts

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

0 commit comments

Comments
 (0)