diff --git a/CHANGELOG.md b/CHANGELOG.md index 726c65ec..a8e5f405 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.5](https://git.odit.services/lfk/frontend/compare/1.4.4...1.4.5) + +- Revert "revert: buggy pagination" [`dacb2f8`](https://git.odit.services/lfk/frontend/commit/dacb2f8ace373f6594fc64af133971af053f00c0) +- fix: Removed dynamic pagesize adjustments [`803d64c`](https://git.odit.services/lfk/frontend/commit/803d64c78caa570d31d6055e70e2d2af6834f04b) + #### [1.4.4](https://git.odit.services/lfk/frontend/compare/1.4.3...1.4.4) +> 4 May 2023 + +- 🚀RELEASE v1.4.4 [`b7a5396`](https://git.odit.services/lfk/frontend/commit/b7a53960e5f37ae089d77bc11668d917145e2abb) - fix(AddDonationModal): missing toast dismiss on success distance donation [`66f1e6b`](https://git.odit.services/lfk/frontend/commit/66f1e6b4fe1350ee79673a0aff97e36f44179c92) #### [1.4.3](https://git.odit.services/lfk/frontend/compare/1.4.2...1.4.3) diff --git a/index.html b/index.html index 35bfbb91..e6dd26f0 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
RELEASE_INFO-1.4.5-RELEASE_INFO diff --git a/package.json b/package.json index 3e12aa1c..47faacb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.4.4", + "version": "1.4.5", "type": "module", "scripts": { "i18n-order": "node order.js",