diff --git a/CHANGELOG.md b/CHANGELOG.md index a56c573c..3e5d084c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.12.0](https://git.odit.services/lfk/frontend/compare/1.11.5...1.12.0) + +- feat: anonymous donations [`9c03e35`](https://git.odit.services/lfk/frontend/commit/9c03e359a4e8f43452475b02bcabcb354987ab75) +- refactor: use modern tailwindcss features [`1505080`](https://git.odit.services/lfk/frontend/commit/1505080afdd8b272b76584e2777df732001ce004) + #### [1.11.5](https://git.odit.services/lfk/frontend/compare/1.11.4...1.11.5) +> 25 April 2025 + +- chore(release): 1.11.5 [`8cb6093`](https://git.odit.services/lfk/frontend/commit/8cb6093f0b3474c0952a8a51a47683262fc31f8f) - fix(cards): Update table for edit events [`27396e1`](https://git.odit.services/lfk/frontend/commit/27396e17f2cd8be72c9c8100afe6ec75ac66dceb) #### [1.11.4](https://git.odit.services/lfk/frontend/compare/1.11.3...1.11.4) diff --git a/index.html b/index.html index f7668611..827f36a0 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
RELEASE_INFO-1.12.0-RELEASE_INFO diff --git a/package.json b/package.json index 0fa94124..b1a563d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.11.5", + "version": "1.12.0", "type": "module", "scripts": { "i18n-order": "node order.js",