Skip to content

Commit 33360fe

Browse files
committed
patch
1 parent 681c744 commit 33360fe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
77
project adheres to [Semantic Versioning](http://semver.org/).
88

9+
## [0.15.9] - 2024-12-30
10+
### Fixed
11+
- HTML tag closed in the wrong place [#34]
12+
913
## [0.15.8] - 2024-12-03
1014
### Fixed
1115
- Updated dependencies.
@@ -250,7 +254,9 @@ First version
250254
[#23]: https://github.com/lumeland/theme-simple-blog/issues/23
251255
[#24]: https://github.com/lumeland/theme-simple-blog/issues/24
252256
[#27]: https://github.com/lumeland/theme-simple-blog/issues/27
257+
[#34]: https://github.com/lumeland/theme-simple-blog/issues/34
253258

259+
[0.15.9]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.8...v0.15.9
254260
[0.15.8]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.7...v0.15.8
255261
[0.15.7]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.6...v0.15.7
256262
[0.15.6]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.5...v0.15.6

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"lume/": "https://deno.land/x/[email protected].2/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].3/"
3+
"lume/": "https://deno.land/x/[email protected].3/",
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/"
55
},
66
"tasks": {
77
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",

0 commit comments

Comments
 (0)