Skip to content

Commit 21f34f2

Browse files
author
Tobias S. Keller
committed
Merge branch 'main' of github.com:kellertobias/tobisk-invoices
2 parents 2966d75 + a7df751 commit 21f34f2

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [1.15.0](https://github.com/kellertobias/servobill/compare/v1.14.0...v1.15.0) (2025-12-06)
2+
3+
4+
### ✨ Features
5+
6+
* allow image uploads for AI invoice analysis ([7b2df7f](https://github.com/kellertobias/servobill/commit/7b2df7f3714c9694e2af6eb508358a08f126da4e))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* auto-fixable security audit ([fc11f66](https://github.com/kellertobias/servobill/commit/fc11f664a84358ef9bb26abdafff92cd9fa4b80a))
12+
* build and tests after merge ([127a9c5](https://github.com/kellertobias/servobill/commit/127a9c5a01f41b9030f4020dc17298a8d97d5a0f))
13+
* type error in file extraction ([37d5521](https://github.com/kellertobias/servobill/commit/37d5521793c9d53f22744680a029bc59912a4f9f))
14+
15+
16+
### ♻️ Code Refactoring
17+
18+
* Upgrade AWS SDK SES client to v2. ([c8e65c7](https://github.com/kellertobias/servobill/commit/c8e65c7e73ee07e1bbb680418a65ea5b9444d31d))
19+
20+
21+
### 👷 CI/CD
22+
23+
* fix lint ([22422de](https://github.com/kellertobias/servobill/commit/22422de2fcb851a9418a2f96dc9b0a723ddce300))
24+
25+
26+
### 🔧 Chores
27+
28+
* Update react and react-dom overrides to version 19.2.1. ([0b6d34a](https://github.com/kellertobias/servobill/commit/0b6d34ab2c5f704a81520fbcacd6cae1faf6383d))
29+
130
## [1.14.0](https://github.com/kellertobias/servobill/compare/v1.13.4...v1.14.0) (2025-12-06)
231

332

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

0 commit comments

Comments
 (0)