diff --git a/CHANGELOG.md b/CHANGELOG.md index 5124ae12..680286ce 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.7](https://git.odit.services/lfk/frontend/compare/1.9.6...1.9.7) + +- fix: ImportRunnerModal scrolling & team select [`766eeab`](https://git.odit.services/lfk/frontend/commit/766eeab49fb3ca5715c19dbf9bc53cb71124d3df) + #### [1.9.6](https://git.odit.services/lfk/frontend/compare/1.9.5...1.9.6) +> 29 March 2025 + +- chore(release): 1.9.6 [`3c9b404`](https://git.odit.services/lfk/frontend/commit/3c9b404234c7d7d2f0c48256be2130a0ed8ae047) - pnpm allow builds [`9c56b38`](https://git.odit.services/lfk/frontend/commit/9c56b3883eeab9e1a5e1c4921bfb6528c230e0d4) #### [1.9.5](https://git.odit.services/lfk/frontend/compare/1.9.4...1.9.5) diff --git a/index.html b/index.html index c47a6d4b..a661fcd2 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.9.7-RELEASE_INFO diff --git a/package.json b/package.json index c79db60a..d93e5952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.9.6", + "version": "1.9.7", "type": "module", "scripts": { "i18n-order": "node order.js",