Skip to content

Commit d68ba5c

Browse files
release: 0.0.12
1 parent a9dca80 commit d68ba5c

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.11"
2+
"sdk": "0.0.12"
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.12](https://github.com/sumup/sumup-ts/compare/v0.0.11...v0.0.12) (2025-12-20)
4+
5+
6+
### Bug Fixes
7+
8+
* reader status battery_level type ([a9dca80](https://github.com/sumup/sumup-ts/commit/a9dca80b52c8b3c01a8aae2a577b41e596b5bff2))
9+
310
## [0.0.11](https://github.com/sumup/sumup-ts/compare/v0.0.10...v0.0.11) (2025-12-19)
411

512

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

0 commit comments

Comments
 (0)