Skip to content

Commit 23effe1

Browse files
committed
3.0.1
1 parent d01edde commit 23effe1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

3-
## [v3.0.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v2.1.1...v3.0.0)
3+
## [v3.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.0.0...v3.0.1)
4+
5+
### Merged
6+
7+
- fix: issue with TS configuration [`#67`](https://github.com/darkmavis1980/markdown-index-generator/pull/67)
8+
- Feature/upgrade linting [`#66`](https://github.com/darkmavis1980/markdown-index-generator/pull/66)
9+
10+
## [v3.0.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v2.1.1...v3.0.0) - 2025-03-29
411

512
### Merged
613

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "md-index-generator",
33
"description": "Parses a markdown document and creates an index based on headings",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Alessio Michelini",
66
"bin": {
77
"md-index-generator": "./bin/run"

0 commit comments

Comments
 (0)