diff --git a/HISTORY.md b/HISTORY.md index bc7b7cab..fbe74ca2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ # Raneto Changelog +2024.02.22 / v0.17.8 +==================== + * **[New]** ShowOnMenu by @mgdesign #388 + * **[Misc]** Upgrading to latest Node.js LTS v18.x and v20.x + * **[Misc]** Linting / Prettier + 2024.02.21 / v0.17.7 ==================== * **[Fix]** Markdown content parser/sanitization (https://github.com/ryanlelek/Raneto/commit/863aaf5095010e1013715e16e4fd474166c2591a) diff --git a/package-lock.json b/package-lock.json index f001a494..49eee278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raneto", - "version": "0.17.7", + "version": "0.17.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raneto", - "version": "0.17.7", + "version": "0.17.8", "license": "MIT", "dependencies": { "@raneto/theme-default": "0.1.0", @@ -56,8 +56,8 @@ "tail": "2.2.6" }, "engines": { - "node": ">=18.15.0", - "npm": ">=9.5.0" + "node": ">=18.19.1", + "npm": ">=10.2.4" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 734e53d2..7dc3291d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raneto", - "version": "0.17.7", + "version": "0.17.8", "description": "Markdown powered Knowledgebase", "authors": [ "Ryan Lelek ",