Skip to content

Commit f9b981b

Browse files
chore(release): 1.12.0 [skip ci]
## [1.12.0](v1.11.0...v1.12.0) (2025-07-13) ### ✨ Features * allow sending an invoice at a later date (api) ([2fd54f9](2fd54f9)) * cron engine ([d4dd9f1](d4dd9f1)) * send later and abort sending later (ui) ([42b07c4](42b07c4)) * send later function ([bcf3612](bcf3612)) ### 🐛 Bug Fixes * send later job should work now ([8a72281](8a72281)) ### 📚 Documentation * update README to reflect changes in digital outgoing invoices and add new features for scheduled invoice sending and email forwarding ([cb09168](cb09168))
1 parent 8a72281 commit f9b981b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.12.0](https://github.com/kellertobias/servobill/compare/v1.11.0...v1.12.0) (2025-07-13)
2+
3+
4+
### ✨ Features
5+
6+
* allow sending an invoice at a later date (api) ([2fd54f9](https://github.com/kellertobias/servobill/commit/2fd54f982027f1acd12f87bf2edccd4efa0d6c13))
7+
* cron engine ([d4dd9f1](https://github.com/kellertobias/servobill/commit/d4dd9f1ecf38e96f1116b769b2e90edffab60589))
8+
* send later and abort sending later (ui) ([42b07c4](https://github.com/kellertobias/servobill/commit/42b07c42b8bc599ff54c94785738d617e0e2d358))
9+
* send later function ([bcf3612](https://github.com/kellertobias/servobill/commit/bcf361282e142f668af8ffe715b3d0f8fe837161))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* send later job should work now ([8a72281](https://github.com/kellertobias/servobill/commit/8a72281f83e3fbff0f51527bc1ab9461bf1236b0))
15+
16+
17+
### 📚 Documentation
18+
19+
* update README to reflect changes in digital outgoing invoices and add new features for scheduled invoice sending and email forwarding ([cb09168](https://github.com/kellertobias/servobill/commit/cb0916833578aacc8bf6b9054a1fa70e7b677e68))
20+
121
## [1.11.0](https://github.com/kellertobias/servobill/compare/v1.10.0...v1.11.0) (2025-07-13)
222

323

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.11.0",
3+
"version": "1.12.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)