From ceabd06a4319c3c9ffab680f909730d5bd789540 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 20 Nov 2024 19:29:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.5.0?= 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 101cefed..941761a5 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.5.0](https://git.odit.services/lfk/frontend/compare/1.4.13...1.5.0) + +- feat(ci)!: Switch to woodpecker [`fb8206f`](https://git.odit.services/lfk/frontend/commit/fb8206ff130f4f65dcf619a2a786e7d5895b77a1) +- fix(components): Add missing toast imports [`9bfc0c5`](https://git.odit.services/lfk/frontend/commit/9bfc0c5338933e832d5df50457c7978c026d8df6) + #### [1.4.13](https://git.odit.services/lfk/frontend/compare/1.4.12...1.4.13) +> 31 July 2023 + +- 🚀RELEASE v1.4.13 [`dceb0ef`](https://git.odit.services/lfk/frontend/commit/dceb0ef46197dc56e29c5f52a5bd8f9fe9b70b27) - 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) diff --git a/index.html b/index.html index 829cdf20..acadbf34 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.5.0-RELEASE_INFO diff --git a/package.json b/package.json index d678d6f1..484aa23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.4.13", + "version": "1.5.0", "type": "module", "scripts": { "i18n-order": "node order.js",