diff --git a/CHANGELOG.md b/CHANGELOG.md index d675c1b..c30f27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.13.3] - 2023-12-19 +### Fixed +- Update markdown plugins for Lume 2. + ## [0.13.2] - 2023-12-13 ### Fixed - Break long links [#19]. @@ -174,6 +178,7 @@ First version [#17]: https://github.com/lumeland/theme-simple-blog/issues/17 [#19]: https://github.com/lumeland/theme-simple-blog/issues/19 +[0.13.3]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.2...v0.13.0 diff --git a/plugins.ts b/plugins.ts index dafc0e6..2e5c88f 100644 --- a/plugins.ts +++ b/plugins.ts @@ -10,9 +10,9 @@ import pagefind, { Options as PagefindOptions } from "lume/plugins/pagefind.ts"; import sitemap from "lume/plugins/sitemap.ts"; import feed from "lume/plugins/feed.ts"; import readingInfo from "lume/plugins/reading_info.ts"; -import toc from "https://deno.land/x/lume_markdown_plugins@v0.5.1/toc.ts"; -import image from "https://deno.land/x/lume_markdown_plugins@v0.5.1/image.ts"; -import footnotes from "https://deno.land/x/lume_markdown_plugins@v0.5.1/footnotes.ts"; +import toc from "https://deno.land/x/lume_markdown_plugins@v0.7.0/toc.ts"; +import image from "https://deno.land/x/lume_markdown_plugins@v0.7.0/image.ts"; +import footnotes from "https://deno.land/x/lume_markdown_plugins@v0.7.0/footnotes.ts"; import "lume/types.ts";