From c97ba31dc430a2705c1ae97230d8730e47c7c89c Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sun, 10 Nov 2024 12:43:09 +0100 Subject: [PATCH] hotfix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4022eb94..b9439e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project try to adheres to [Semantic Versioning](https://semver.org/). Go to the `v1` branch to see the changelog of Lume 1. -## [2.4.2] - Unreleased +## [2.4.2] - 2024-11-10 ### Fixed - Restore `minify_html` dependency creating a copy on deno.land/x [#689]. - Updated icon catalogs to the latest version. @@ -604,7 +604,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#686]: https://github.com/lumeland/lume/issues/686 [#689]: https://github.com/lumeland/lume/issues/689 -[2.4.2]: https://github.com/lumeland/lume/compare/v2.4.1...HEAD +[2.4.2]: https://github.com/lumeland/lume/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/lumeland/lume/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/lumeland/lume/compare/v2.3.3...v2.4.0 [2.3.3]: https://github.com/lumeland/lume/compare/v2.3.2...v2.3.3