From d9e4741115c9dcef8056b19da28a0a11a5ac76af Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 1 Mar 2024 18:38:42 +0100 Subject: [PATCH] patch released --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7ba255..4ac9c3b1 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.1.1] - Unreleased +## [2.1.1] - 2024-03-01 ### Fixed - Bug on init command generating the _cms.ts file [#575] - Updated dependencies: `lightningcss`, `terser`, `cms`, `postcss`, `postcss-nesting`, `std`, `vento`, `react` types. @@ -303,7 +303,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#570]: https://github.com/lumeland/lume/issues/570 [#575]: https://github.com/lumeland/lume/issues/575 -[2.1.1]: https://github.com/lumeland/lume/compare/v2.1.0...HEAD +[2.1.1]: https://github.com/lumeland/lume/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/lumeland/lume/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/lumeland/lume/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/lumeland/lume/compare/v2.0.1...v2.0.2