Skip to content

Commit 48afdd4

Browse files
release: 0.1.7
1 parent 3373209 commit 48afdd4

6 files changed

Lines changed: 22 additions & 6 deletions

File tree

.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.1.6"
2+
"sdk": "0.1.7"
33
}

sdk/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/sumup/sumup-ts/compare/v0.1.6...v0.1.7) (2026-06-24)
4+
5+
6+
### Chores
7+
8+
* **deps-dev:** bump @biomejs/biome from 2.4.15 to 2.4.16 in /sdk ([#376](https://github.com/sumup/sumup-ts/issues/376)) ([4f9f67c](https://github.com/sumup/sumup-ts/commit/4f9f67cbdac2cff05d5c5bcd50a26d0a26b75e07))
9+
* **deps-dev:** bump the rslib group in /sdk with 2 updates ([#372](https://github.com/sumup/sumup-ts/issues/372)) ([21e53d5](https://github.com/sumup/sumup-ts/commit/21e53d5dd8551ea3c22d96fcddeeb7d5842db49d))
10+
* **deps-dev:** bump the rslib group in /sdk with 3 updates ([#380](https://github.com/sumup/sumup-ts/issues/380)) ([2bd4deb](https://github.com/sumup/sumup-ts/commit/2bd4debbb04b51d9de059de06e064ad81eb28b06))
11+
* **deps-dev:** bump vitest from 4.1.6 to 4.1.7 in /sdk ([#377](https://github.com/sumup/sumup-ts/issues/377)) ([3b3d448](https://github.com/sumup/sumup-ts/commit/3b3d4483ff8fca85ee1dc79a61906e32300a8277))
12+
* **deps-dev:** bump vitest from 4.1.7 to 4.1.8 in /sdk ([#381](https://github.com/sumup/sumup-ts/issues/381)) ([b1a6ff5](https://github.com/sumup/sumup-ts/commit/b1a6ff5b095dc45cadc33265cf14a0de9890f9b8))
13+
* **deps-dev:** bump vitest from 4.1.8 to 4.1.9 in /sdk ([#387](https://github.com/sumup/sumup-ts/issues/387)) ([3373209](https://github.com/sumup/sumup-ts/commit/3373209b831e5eef5045bea023d790709a06dc15))
14+
* synced file(s) with sumup/apis ([#371](https://github.com/sumup/sumup-ts/issues/371)) ([93a8b8a](https://github.com/sumup/sumup-ts/commit/93a8b8a919ba13c95299f4626ff7e5c592aab638))
15+
* synced file(s) with sumup/apis ([#374](https://github.com/sumup/sumup-ts/issues/374)) ([65409ad](https://github.com/sumup/sumup-ts/commit/65409ad1a7d896eaa449e902677e679686c8d3f3))
16+
* synced file(s) with sumup/apis ([#383](https://github.com/sumup/sumup-ts/issues/383)) ([0df41c4](https://github.com/sumup/sumup-ts/commit/0df41c4f3f9e901b932b3eeaff997dc588fe3e82))
17+
* synced file(s) with sumup/apis ([#385](https://github.com/sumup/sumup-ts/issues/385)) ([2140bea](https://github.com/sumup/sumup-ts/commit/2140bea2885603d44b6d6a2ddde013c44edeb447))
18+
319
## [0.1.6](https://github.com/sumup/sumup-ts/compare/v0.1.5...v0.1.6) (2026-05-21)
420

521

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

0 commit comments

Comments
 (0)