Skip to content

Commit 08cca14

Browse files
release: 0.1.7
1 parent 4f9f67c commit 08cca14

6 files changed

Lines changed: 51 additions & 41 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/sumup/sumup-ts/compare/v0.1.6...v0.1.7) (2026-06-08)
4+
5+
6+
### Chores
7+
8+
* **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))
9+
* **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))
10+
* synced file(s) with sumup/apis ([#371](https://github.com/sumup/sumup-ts/issues/371)) ([93a8b8a](https://github.com/sumup/sumup-ts/commit/93a8b8a919ba13c95299f4626ff7e5c592aab638))
11+
* synced file(s) with sumup/apis ([#374](https://github.com/sumup/sumup-ts/issues/374)) ([65409ad](https://github.com/sumup/sumup-ts/commit/65409ad1a7d896eaa449e902677e679686c8d3f3))
12+
313
## [0.1.6](https://github.com/sumup/sumup-ts/compare/v0.1.5...v0.1.6) (2026-05-21)
414

515

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: 37 additions & 37 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)