Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sdk": "0.1.5"
"sdk": "0.1.6"
}
11 changes: 11 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.6](https://github.com/sumup/sumup-ts/compare/v0.1.5...v0.1.6) (2026-04-28)


### Chores

* **deps-dev:** bump @biomejs/biome from 2.4.11 to 2.4.12 in /sdk ([#352](https://github.com/sumup/sumup-ts/issues/352)) ([86a9c28](https://github.com/sumup/sumup-ts/commit/86a9c2894416191303c620abfe87fb8ddfa406a8))
* **deps-dev:** bump the rslib group in /sdk with 2 updates ([#349](https://github.com/sumup/sumup-ts/issues/349)) ([0a4c39d](https://github.com/sumup/sumup-ts/commit/0a4c39dafdc7767f8e0853e961e051697c8a85cf))
* **deps-dev:** bump typescript from 6.0.2 to 6.0.3 in /sdk ([#350](https://github.com/sumup/sumup-ts/issues/350)) ([bd05943](https://github.com/sumup/sumup-ts/commit/bd059438ddbe954036df3b0a96978e8dcbf7c174))
* **deps-dev:** bump vitest from 4.1.4 to 4.1.5 in /sdk ([#351](https://github.com/sumup/sumup-ts/issues/351)) ([8865979](https://github.com/sumup/sumup-ts/commit/88659796ce388a945325a773c3b477d110faa53e))
* synced file(s) with sumup/apis ([#347](https://github.com/sumup/sumup-ts/issues/347)) ([3e993f3](https://github.com/sumup/sumup-ts/commit/3e993f387c40a58d161b35d605f611ead9216ade))

## [0.1.5](https://github.com/sumup/sumup-ts/compare/v0.1.4...v0.1.5) (2026-04-24)


Expand Down
2 changes: 1 addition & 1 deletion sdk/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/sdk",
"version": "0.1.5",
"version": "0.1.6",
"license": "Apache-2.0",
"exports": "./src/index.ts",
"include": [
Expand Down
132 changes: 65 additions & 67 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/sdk",
"version": "0.1.5",
"version": "0.1.6",
"description": "The official TypeScript SDK for the SumUp API",
"keywords": [
"nodejs",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.1.5"; // x-release-please-version
export const VERSION = "0.1.6"; // x-release-please-version
Loading