Skip to content

Commit 7102e72

Browse files
chore(release): 1.13.0 [skip ci]
## [1.13.0](v1.12.0...v1.13.0) (2025-07-14) ### ✨ Features * basic e-invoice extraction ([a98b340](a98b340)) * implement PDF XML extraction functionality ([f1bb845](f1bb845)) ### 🐛 Bug Fixes * cast countryCode to CustomerEntity type in CustomerDynamodbRepository ([7b6fe61](7b6fe61)) * customer dynamodb ([d8facc9](d8facc9)) * remove unnecessary/ old debug console logs ([bf371e0](bf371e0)) ### 🔧 Chores * update docs & readme ([56d3400](56d3400)) * update readme ([86faad2](86faad2))
1 parent bf371e0 commit 7102e72

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.13.0](https://github.com/kellertobias/servobill/compare/v1.12.0...v1.13.0) (2025-07-14)
2+
3+
4+
### ✨ Features
5+
6+
* basic e-invoice extraction ([a98b340](https://github.com/kellertobias/servobill/commit/a98b3403d318f1486eaf7ae9f20a8ace85b981e9))
7+
* implement PDF XML extraction functionality ([f1bb845](https://github.com/kellertobias/servobill/commit/f1bb845a09abed1e656a78e2d68e164dedc62cd8))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* cast countryCode to CustomerEntity type in CustomerDynamodbRepository ([7b6fe61](https://github.com/kellertobias/servobill/commit/7b6fe61769768971a6a070bc89391f2e59c3fef6))
13+
* customer dynamodb ([d8facc9](https://github.com/kellertobias/servobill/commit/d8facc9109c2d8d9129c59dcda8bb83c491538af))
14+
* remove unnecessary/ old debug console logs ([bf371e0](https://github.com/kellertobias/servobill/commit/bf371e0ec4d62c2bac117d2197350f19342fbaca))
15+
16+
17+
### 🔧 Chores
18+
19+
* update docs & readme ([56d3400](https://github.com/kellertobias/servobill/commit/56d3400911501bf9f4429abe0200cd69dc58e437))
20+
* update readme ([86faad2](https://github.com/kellertobias/servobill/commit/86faad2df46a944446bcb9488f948efef443e939))
21+
122
## [1.12.0](https://github.com/kellertobias/servobill/compare/v1.11.0...v1.12.0) (2025-07-13)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "invoices",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)