diff --git a/CHANGELOG.md b/CHANGELOG.md index d40c9096..101cefed 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.4.13](https://git.odit.services/lfk/frontend/compare/1.4.12...1.4.13) + +- Show donations as euro in export [`88bc198`](https://git.odit.services/lfk/frontend/commit/88bc1982cab4481e2e9245f81eff27e095b66a0f) +- new license file version [CI SKIP] [`6193eff`](https://git.odit.services/lfk/frontend/commit/6193eff38e1a9d5726bc7d572ab36b921de843d0) + #### [1.4.12](https://git.odit.services/lfk/frontend/compare/1.4.11...1.4.12) +> 18 May 2023 + +- 🚀RELEASE v1.4.12 [`65f1d22`](https://git.odit.services/lfk/frontend/commit/65f1d222050b0dec81fc847c1921b6135a55ce50) - fix(donation/payment): Funny javascript number to float conversion where integers were needed [`d867c08`](https://git.odit.services/lfk/frontend/commit/d867c08aba234d3a7fe9e2311d37dc5e96fc2afc) - new license file version [CI SKIP] [`08642d7`](https://git.odit.services/lfk/frontend/commit/08642d7618faeae31f0acfe776642c9fa156e5ff) diff --git a/index.html b/index.html index 01b10af4..829cdf20 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.4.13-RELEASE_INFO diff --git a/package.json b/package.json index 3c7433bd..d678d6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.4.12", + "version": "1.4.13", "type": "module", "scripts": { "i18n-order": "node order.js",