Skip to content

Commit c2ec0d9

Browse files
author
Alessio Michelini
committed
3.0.2
1 parent 978ce3c commit c2ec0d9

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

3-
## [v3.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.0.0...v3.0.1)
3+
## [v3.0.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.0.1...v3.0.2)
4+
5+
### Commits
6+
7+
- chore: remove unused dependencies and update package scripts [`83686b2`](https://github.com/darkmavis1980/markdown-index-generator/commit/83686b20bb54adb2e001808fabde6096ab470cbd)
8+
- fix: figure out issue with tsx in WSL [`978ce3c`](https://github.com/darkmavis1980/markdown-index-generator/commit/978ce3c2a35a24b185e59f461cc1e42ab58f2399)
9+
- chore: refactor MarkdownParser to use named exports and update import statement [`d0a4668`](https://github.com/darkmavis1980/markdown-index-generator/commit/d0a46688c8e3e9c60e3735c53f6e65a43190f013)
10+
11+
## [v3.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.0.0...v3.0.1) - 2025-03-29
412

513
### Merged
614

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.1",
4+
"version": "3.0.2",
55
"author": "Alessio Michelini",
66
"type": "module",
77
"bin": {

0 commit comments

Comments
 (0)