diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e390ba..590bb64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.9.10](https://git.odit.services/lfk/frontend/compare/1.9.9...1.9.10) + +- feat: add experimental ui for mobile card assignment [`d7c9c27`](https://git.odit.services/lfk/frontend/commit/d7c9c27ec7a1fea1cbaf26914843d044bbae32fe) + #### [1.9.9](https://git.odit.services/lfk/frontend/compare/1.9.8...1.9.9) +> 4 April 2025 + +- chore(release): 1.9.9 [`153b1b3`](https://git.odit.services/lfk/frontend/commit/153b1b3c2badee4826be614c3dbaafc10e1fbfea) - fix(CopyScanStationTokenModal): code sizes [`ec63c7c`](https://git.odit.services/lfk/frontend/commit/ec63c7c1c51ccaf25bdd1eacffda66c820003a4c) #### [1.9.8](https://git.odit.services/lfk/frontend/compare/1.9.7...1.9.8) diff --git a/index.html b/index.html index 91cefb31..e7e57679 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
RELEASE_INFO-1.9.10-RELEASE_INFO diff --git a/package.json b/package.json index 7ac02a8b..b2e98ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.9.9", + "version": "1.9.10", "type": "module", "scripts": { "i18n-order": "node order.js",