diff --git a/CHANGELOG.md b/CHANGELOG.md index eac52ab..9e72d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.11.1] - 2024-09-16 +### Fixed +- Menu when the wiki is hosted in a subdirectory. +- Updated dependencies. + ## [0.11.0] - 2024-09-10 ### Added - Support for Lume 2.3.2 @@ -163,6 +168,7 @@ First version [#8]: https://github.com/lumeland/theme-simple-wiki/issues/8 [#9]: https://github.com/lumeland/theme-simple-wiki/issues/9 +[0.11.1]: https://github.com/lumeland/theme-simple-wiki/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/lumeland/theme-simple-wiki/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/lumeland/theme-simple-wiki/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/lumeland/theme-simple-wiki/compare/v0.9.3...v0.10.0 diff --git a/deno.json b/deno.json index 5420410..33984cb 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "imports": { "lume/": "https://deno.land/x/lume@v2.3.2/", - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.10/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.6.1/" }, "lock": false, "tasks": { diff --git a/plugins.ts b/plugins.ts index 1a29e9f..a6ec333 100644 --- a/plugins.ts +++ b/plugins.ts @@ -11,7 +11,7 @@ import basePath from "lume/plugins/base_path.ts"; import favicon, { Options as FaviconOptions } from "lume/plugins/favicon.ts"; import phosphor, { Options as IconOptions, -} from "https://deno.land/x/lume_icon_plugins@v0.2.3/phosphor.ts"; +} from "https://deno.land/x/lume_icon_plugins@v0.2.4/phosphor.ts"; import { alert } from "npm:@mdit/plugin-alert@0.13.1"; import multilanguage from "lume/plugins/multilanguage.ts";