Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 30, 2024
1 parent 681c744 commit 33360fe
Show file tree
Hide file tree
Showing 2 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,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.15.9] - 2024-12-30
### Fixed
- HTML tag closed in the wrong place [#34]

## [0.15.8] - 2024-12-03
### Fixed
- Updated dependencies.
Expand Down Expand Up @@ -250,7 +254,9 @@ First version
[#23]: https://github.com/lumeland/theme-simple-blog/issues/23
[#24]: https://github.com/lumeland/theme-simple-blog/issues/24
[#27]: https://github.com/lumeland/theme-simple-blog/issues/27
[#34]: https://github.com/lumeland/theme-simple-blog/issues/34

[0.15.9]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.8...v0.15.9
[0.15.8]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.7...v0.15.8
[0.15.7]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.6...v0.15.7
[0.15.6]: https://github.com/lumeland/theme-simple-blog/compare/v0.15.5...v0.15.6
Expand Down
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v2.4.2/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/"
"lume/": "https://deno.land/x/lume@v2.4.3/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.7/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
Expand Down

0 comments on commit 33360fe

Please sign in to comment.