From 53e3ddb751c1150a4640ae6302e4df5b88cedc51 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 4 May 2023 13:55:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ index.html | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8652f2fa..9f094696 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.2](https://git.odit.services/lfk/frontend/compare/1.4.1...1.4.2) + +- fix(GenerateRunnerCertificates): missing toast import [`d49f545`](https://git.odit.services/lfk/frontend/commit/d49f545d94acabc0c96860f212466b7a4cbe7dab) +- fix(DonorDetail): missing toast import [`edc2dca`](https://git.odit.services/lfk/frontend/commit/edc2dcab92c3cace05335a283a849c3c978ec8ec) + #### [1.4.1](https://git.odit.services/lfk/frontend/compare/1.4.0...1.4.1) +> 1 May 2023 + +- 🚀RELEASE v1.4.1 [`3b98c99`](https://git.odit.services/lfk/frontend/commit/3b98c99b72f24b8552e2b2334f13622bdf6ef90d) - Fixed translation [`1da775a`](https://git.odit.services/lfk/frontend/commit/1da775a09b8be90a49e06aed16df917d221ee989) #### [1.4.0](https://git.odit.services/lfk/frontend/compare/1.3.4...1.4.0) diff --git a/index.html b/index.html index 994f5c85..36b91d36 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.4.2-RELEASE_INFO diff --git a/package.json b/package.json index 38d5cc03..0daf54fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.4.1", + "version": "1.4.2", "type": "module", "scripts": { "i18n-order": "node order.js",