Skip to content

Commit a19533a

Browse files
committed
upgrade lume
1 parent 7e9da52 commit a19533a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.3.0] - Unreleased
9+
## [0.3.0] - 2025-05-07
1010
### Changed
1111
- Upgrade to Lume 3
1212

@@ -39,7 +39,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
3939
## [0.1.0] - 2024-03-20
4040
First version
4141

42-
[0.3.0]: https://github.com/lumeland/theme-simple-me/compare/v0.2.0...HEAD
42+
[0.3.0]: https://github.com/lumeland/theme-simple-me/compare/v0.2.0...v0.3.0
4343
[0.2.0]: https://github.com/lumeland/theme-simple-me/compare/v0.1.4...v0.2.0
4444
[0.1.4]: https://github.com/lumeland/theme-simple-me/compare/v0.1.3...v0.1.4
4545
[0.1.3]: https://github.com/lumeland/theme-simple-me/compare/v0.1.2...v0.1.3

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imports": {
3-
"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@c9d1404a01a7aa256968683362414cbb56c9b7a7/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@d5d43ed9f6245730b8b7810f9af8eef3a012dd73/",
5-
"lume/jsx-runtime": "https://deno.land/x/[email protected].8/jsx-runtime.ts"
3+
"lume/": "https://deno.land/x/lume@v3.0.0/",
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.11.5/",
5+
"lume/jsx-runtime": "https://deno.land/x/[email protected].9/jsx-runtime.ts"
66
},
77
"tasks": {
88
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",

0 commit comments

Comments
 (0)