From 96b079b5701a58031a81d30b2552929f910fe0be Mon Sep 17 00:00:00 2001 From: Nixinova Date: Thu, 14 Nov 2024 20:07:15 +1300 Subject: [PATCH] 1.3.6 --- changelog.md | 3 ++- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index ab5521e..84ff9cc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelog -## Next +## 1.3.6 +*2024-11-14* - Changed TOC generation to only include wikitext headings. - Fixed TOC being misplaced when non-wikitext headings are on the page. - Fixed TOC styling. diff --git a/package-lock.json b/package-lock.json index cb9e836..87246a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikity", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wikity", - "version": "1.3.5", + "version": "1.3.6", "license": "ISC", "dependencies": { "dateformat": "^4.6.3", diff --git a/package.json b/package.json index f62710c..62b83a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wikity", - "version": "1.3.5", - "description": "Compile wikitext to HTML: wikitext as a templating language.", + "version": "1.3.6", + "description": "Compile wikitext to HTML! Supporst use of wikitext as a templating language.", "main": "dist/index.js", "scripts": { "test": "tsc && cd test && eleventy"