summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--package.hugo.json2
-rw-r--r--package.json6
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea5f81f..31eadfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enable maskable icon support
- Rework term rendering for Atom feeds to not include duplicates
- Remove redundant `<aside>` tags around the post's ToC
-- Fix date format for sitemap.
+- Fix date format for sitemap
## [v0.3.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.2.0...v0.3.0)
diff --git a/package.hugo.json b/package.hugo.json
index 49c9e78..c06fb24 100644
--- a/package.hugo.json
+++ b/package.hugo.json
@@ -1,4 +1,4 @@
{
"name": "ed",
- "version": "0.4.0"
+ "version": "0.5.0"
}
diff --git a/package.json b/package.json
index ccffcea..25eb772 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ed",
- "version": "0.4.0",
+ "version": "0.5.0",
"private": true,
"description": "Ed theme for minimal editions, based on Alex Gil theme",
"keywords": [
@@ -36,8 +36,8 @@
"jquery": "^3.6.0"
},
"devDependencies": {
- "rimraf": "^3.0.2",
"editorconfig-checker": "^4.0.2",
- "eslint": "^8.18.0"
+ "eslint": "^8.19.0",
+ "rimraf": "^3.0.2"
}
}