Skip to content

Commit df86850

Browse files
author
Alessio Michelini
committed
1.0.3
1 parent 909404b commit df86850

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
# Changelog
22

3-
## [v1.0.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.2...v1.0.2)
3+
## [v1.0.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.2...v1.0.3)
44

55
### Merged
66

7-
- [bugfix] Fix issue with missing commander [`#55`](https://github.com/darkmavis1980/markdown-index-generator/pull/55)
8-
9-
### Commits
7+
- Bugfix/fix audit errors [`#57`](https://github.com/darkmavis1980/markdown-index-generator/pull/57)
108

11-
- [bugfix] Fix issue with tests [`b13bdd8`](https://github.com/darkmavis1980/markdown-index-generator/commit/b13bdd8d49c671b67a76b28ab9d3ac925c8a9ae4)
12-
13-
## [v1.0.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.1...v1.0.2) - 2023-06-08
9+
## [v1.0.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.1...v1.0.2) - 2023-08-26
1410

1511
### Merged
1612

13+
- [bugfix] Fix issue with missing commander [`#55`](https://github.com/darkmavis1980/markdown-index-generator/pull/55)
1714
- Bugfix/maintenance update may 2023 [`#54`](https://github.com/darkmavis1980/markdown-index-generator/pull/54)
1815

1916
### Commits
2017

21-
- [bugfix] Fix issue with missing commander [`fbf63cf`](https://github.com/darkmavis1980/markdown-index-generator/commit/fbf63cf59563ab0f49fe5cd54f92a12ac3c7648d)
18+
- [bugfix] Fix issue with tests [`b13bdd8`](https://github.com/darkmavis1980/markdown-index-generator/commit/b13bdd8d49c671b67a76b28ab9d3ac925c8a9ae4)
2219

2320
## [v1.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.0...v1.0.1) - 2023-05-28
2421

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

0 commit comments

Comments
 (0)