From a5ff1c814e1d1f4d205c0ea995c5d3aad507f8a9 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 12 Jan 2024 17:59:36 +0100 Subject: [PATCH] new version --- CHANGELOG.md | 4 ++-- init.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3242c298..15ff5c805 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. -## [Unreleased] +## [2.0.3] - 2024-01-12 ### Added - `metas` & `feed` plugins: Suppport for functions to configure the data fields. - `mdx` plugin: New `mdx` filter [#550]. @@ -230,7 +230,7 @@ Go to the `v1` branch to see the changelog of Lume 1. [#551]: https://github.com/lumeland/lume/issues/551 [#552]: https://github.com/lumeland/lume/issues/552 -[Unreleased]: https://github.com/lumeland/lume/compare/v2.0.2...HEAD +[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 [2.0.1]: https://github.com/lumeland/lume/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/lumeland/lume/releases/tag/v2.0.0 diff --git a/init.ts b/init.ts index 5f621c582..f3da7c1b9 100644 --- a/init.ts +++ b/init.ts @@ -193,7 +193,7 @@ function initPlugins(plugins: string[], denoConfig: DenoConfigResult) { // Add React types: denoConfig.config.compilerOptions.types ||= []; denoConfig.config.compilerOptions.types.push( - "https://unpkg.com/@types/react@18.2.37/index.d.ts", + "https://unpkg.com/@types/react@18.2.47/index.d.ts", ); }