From 80c68a0396f65c7d3e0284fab41f0dd752cbe931 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 21 Jun 2024 16:31:36 +0200 Subject: [PATCH] new version released --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c292f8..8da461d8 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.2.2] - Unreleased +## [2.2.2] - 2024-06-21 ### Fixed - `search.data()` doesn't return data for source files (like `search.data("index.md")`). - esbuild plugin: Fixed `basename` support [#617]. @@ -417,7 +417,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#618]: https://github.com/lumeland/lume/issues/618 [#619]: https://github.com/lumeland/lume/issues/619 -[2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...HEAD +[2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0 [2.1.4]: https://github.com/lumeland/lume/compare/v2.1.3...v2.1.4