From b7a53960e5f37ae089d77bc11668d917145e2abb Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 4 May 2023 14:44:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ index.html | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca83751..726c65ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.4.4](https://git.odit.services/lfk/frontend/compare/1.4.3...1.4.4) + +- 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) +> 4 May 2023 + - revert: buggy pagination [`b264864`](https://git.odit.services/lfk/frontend/commit/b2648645e8fc05f8742ecfc592557f954261671b) +- 🚀RELEASE v1.4.3 [`33166bf`](https://git.odit.services/lfk/frontend/commit/33166bfafcffb9d86dfc7dfcd2cb8ba5c85da7e7) #### [1.4.2](https://git.odit.services/lfk/frontend/compare/1.4.1...1.4.2) diff --git a/index.html b/index.html index cb4bfefe..35bfbb91 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.4.4-RELEASE_INFO diff --git a/package.json b/package.json index 1d7e0f4d..3e12aa1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.4.3", + "version": "1.4.4", "type": "module", "scripts": { "i18n-order": "node order.js",