Skip to content

Commit bb67eed

Browse files
2024-06-11 - Documentation fixes
1 parent f583f78 commit bb67eed

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## 5.0.1 - Tue Jun 11 2024
3+
4+
### Fixed
5+
6+
- Documentation fixes.
7+
28
## 5.0.0 - Tue Jun 11 2024
39

410
### Breaking Changes

dist/docsify-auto-headers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! docsify-auto-headers 5.0.0 | (c) Mark Battistella */
1+
/*! docsify-auto-headers 5.0.1 | (c) Mark Battistella */
22
; (() => {
33

44
'use strict';

dist/docsify-auto-headers.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
name: 'Mark Battistella',
4242
url: 'https://github.com/markbattistella',
4343
copyYear: '2010',
44-
policy: 'site/policy',
45-
terms: 'site/terms',
46-
cookies: 'site/cookies',
44+
policy: 'data/policy',
45+
terms: 'data/terms',
46+
cookies: 'data/cookies',
4747
customStyle: 'body'
4848
}
4949

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markbattistella/docsify-autoheaders",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Auto header numbering for docsify.js",
55
"main": "./dist/docsify-auto-headers.min.js",
66
"repository": {

0 commit comments

Comments
 (0)