chore(release): 1.2.3
All checks were successful
Build release images / build-container (push) Successful in 59s
Build latest image / build-container (push) Successful in 1m1s

This commit is contained in:
Nicolai Ort 2025-04-25 13:00:30 +02:00
parent 5d440d0a0c
commit 962307317f
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 9 additions and 1 deletions

View File

@ -2,9 +2,17 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.2.3](https://git.odit.services/lfk/kiosk/compare/1.2.2...1.2.3)
- feat(print): Updated content of prints [`5d440d0`](https://git.odit.services/lfk/kiosk/commit/5d440d0a0cba2f8f1470351ef740cfe957a0af47)
- fix: Hide print enabled debug message [`54114a6`](https://git.odit.services/lfk/kiosk/commit/54114a654733a9454a57a327bbf3f6dd1bf611f2)
#### [1.2.2](https://git.odit.services/lfk/kiosk/compare/1.2.1...1.2.2)
> 14 April 2025
- feat(register): Enable/disable print via query params [`642434b`](https://git.odit.services/lfk/kiosk/commit/642434b9fd4ecf985b160d4d87edad0e8bc106c6)
- chore(release): 1.2.2 [`8a08e19`](https://git.odit.services/lfk/kiosk/commit/8a08e19e00658fb145bb7fff7553ca33d6424b21)
#### [1.2.1](https://git.odit.services/lfk/kiosk/compare/1.2.0...1.2.1)

View File

@ -1,6 +1,6 @@
{
"name": "@lfk/kiosk",
"version": "1.2.2",
"version": "1.2.3",
"private": false,
"license": "MIT",
"repository": "https://git.odit.services/lfk/kiosk",