Skip to content

Commit d60b9bc

Browse files
committed
1.3.7
1 parent f30189a commit d60b9bc

4 files changed

Lines changed: 23 additions & 13 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.7
4+
*2026-02-15*
5+
- Fixed a crash when compiling a file in a subdirectory whose parent contains no files. ([#8](https://github.com/Nixinova/Wikity/issues/8), [#9](https://github.com/Nixinova/Wikity/pull/9))
6+
37
## 1.3.6
48
*2024-11-14*
59
- Changed TOC generation to only include wikitext headings.

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ISC License
22

3-
Copyright © 2021–2024 Nixinova
3+
Copyright © 2021–2026 Nixinova
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

package-lock.json

Lines changed: 16 additions & 10 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,6 +1,6 @@
11
{
22
"name": "wikity",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "Compile wikitext to HTML! Supporst use of wikitext as a templating language.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"license": "ISC",
4040
"dependencies": {
4141
"dateformat": "^4.6.3",
42-
"dedent": "^1.5.3",
42+
"dedent": "^1.7.1",
4343
"escape-html": "^1.0.3",
4444
"glob": "^8.1.0"
4545
},

0 commit comments

Comments
 (0)