Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 16, 2024
1 parent 4f64477 commit 9bd8ed6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].3/phosphor.ts";
} from "https://deno.land/x/[email protected].4/phosphor.ts";
import { alert } from "npm:@mdit/[email protected]";
import multilanguage from "lume/plugins/multilanguage.ts";

Expand Down

0 comments on commit 9bd8ed6

Please sign in to comment.