From 408bd0028887cc27ee49aa0991ad1356f18d840a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 25 Apr 2025 13:19:15 +0200 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fcf28..d9c4d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.2.4](https://git.odit.services/lfk/kiosk/compare/1.2.3...1.2.4) + +- style(print): Adjust print styles for improved readability [`5646fed`](https://git.odit.services/lfk/kiosk/commit/5646fedd4e71b9fa25a5a80d03199f7897cda21c) + #### [1.2.3](https://git.odit.services/lfk/kiosk/compare/1.2.2...1.2.3) +> 25 April 2025 + - feat(print): Updated content of prints [`5d440d0`](https://git.odit.services/lfk/kiosk/commit/5d440d0a0cba2f8f1470351ef740cfe957a0af47) +- chore(release): 1.2.3 [`9623073`](https://git.odit.services/lfk/kiosk/commit/962307317fbb83543b65e1bb36b266a888b732e0) - 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) diff --git a/package.json b/package.json index 253b24e..5942bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lfk/kiosk", - "version": "1.2.3", + "version": "1.2.4", "private": false, "license": "MIT", "repository": "https://git.odit.services/lfk/kiosk",