Skip to content

Commit 96b079b

Browse files
committed
1.3.6
1 parent 38400de commit 96b079b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## Next
3+
## 1.3.6
4+
*2024-11-14*
45
- Changed TOC generation to only include wikitext headings.
56
- Fixed TOC being misplaced when non-wikitext headings are on the page.
67
- Fixed TOC styling.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wikity",
3-
"version": "1.3.5",
4-
"description": "Compile wikitext to HTML: wikitext as a templating language.",
3+
"version": "1.3.6",
4+
"description": "Compile wikitext to HTML! Supporst use of wikitext as a templating language.",
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "tsc && cd test && eleventy"

0 commit comments

Comments
 (0)