diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fee4782..81689a65 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.12.6](https://git.odit.services/lfk/frontend/compare/1.12.5...1.12.6) + +- feat(pdfs): Experimental generation of large runner card files [`93422b9`](https://git.odit.services/lfk/frontend/commit/93422b97799c5e45c89acadd34f33b1a11b04617) + #### [1.12.5](https://git.odit.services/lfk/frontend/compare/1.12.4...1.12.5) +> 1 May 2025 + +- chore(release): 1.12.5 [`6dcfd9a`](https://git.odit.services/lfk/frontend/commit/6dcfd9a4fedd1e44894c9803482576bc650fb4db) - fix(locales): Fixed translation [`2139524`](https://git.odit.services/lfk/frontend/commit/21395241de4de8f3a6b8404758d09c01d8a6f95f) - feat(runners): Show total donations in runner detail [`f27c716`](https://git.odit.services/lfk/frontend/commit/f27c716296e228ecccbf500a21130f1bc47ea52d) - chore(deps): Bump @odit/lfk-client-js to 1.2.7 [`6d19199`](https://git.odit.services/lfk/frontend/commit/6d1919974aacd74a265cf9ce0c9ed501028f0aa3) diff --git a/index.html b/index.html index ba039915..f2f0a96f 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
RELEASE_INFO-1.12.6-RELEASE_INFO diff --git a/package.json b/package.json index d3a68216..6a74d87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.12.5", + "version": "1.12.6", "type": "module", "scripts": { "i18n-order": "node order.js",