Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 12, 2024
1 parent c7fac03 commit a5ff1c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
);
}

Expand Down

0 comments on commit a5ff1c8

Please sign in to comment.