Skip to content

Commit 081f51f

Browse files
author
Alessio Michelini
committed
1.0.4
1 parent 1c4c890 commit 081f51f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3-
## [v1.0.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.2...v1.0.3)
3+
## [v1.0.4](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.3...v1.0.4)
4+
5+
### Commits
6+
7+
- chore: update dependencies [`1c4c890`](https://github.com/darkmavis1980/markdown-index-generator/commit/1c4c890fe919cc0ef617784c8f126b08383bc372)
8+
9+
## [v1.0.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.2...v1.0.3) - 2023-08-26
410

511
### Merged
612

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": "1.0.3",
4+
"version": "1.0.4",
55
"author": "Alessio Michelini",
66
"bin": {
77
"md-index-generator": "./bin/run"

0 commit comments

Comments
 (0)