Skip to content

Commit 1819178

Browse files
chore(release): 1.13.2 [skip ci]
## [1.13.2](v1.13.1...v1.13.2) (2025-08-03) ### πŸ› Bug Fixes * missing await in sendEmail ([a63053a](a63053a)) ### ♻️ Code Refactoring * enhance error handling and logging in invoice processing ([7c55f92](7c55f92)) * improve logging clarity in InvoiceEmailSender ([272b663](272b663))
1 parent 97146e0 commit 1819178

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.13.2](https://github.com/kellertobias/servobill/compare/v1.13.1...v1.13.2) (2025-08-03)
2+
3+
4+
### πŸ› Bug Fixes
5+
6+
* missing await in sendEmail ([a63053a](https://github.com/kellertobias/servobill/commit/a63053af77138a2c424f9be9a61a5dabba24ce92))
7+
8+
9+
### ♻️ Code Refactoring
10+
11+
* enhance error handling and logging in invoice processing ([7c55f92](https://github.com/kellertobias/servobill/commit/7c55f92a7a154ca5cc3fa824d758821a8e6e188e))
12+
* improve logging clarity in InvoiceEmailSender ([272b663](https://github.com/kellertobias/servobill/commit/272b6631e613185d8b919bc8d68f14efcc638729))
13+
114
## [1.13.1](https://github.com/kellertobias/servobill/compare/v1.13.0...v1.13.1) (2025-08-03)
215

316

β€Ž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.13.1",
3+
"version": "1.13.2",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
Β (0)