Skip to content

Commit 169a672

Browse files
author
Alessio Michelini
committed
1.0.2
1 parent b13bdd8 commit 169a672

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

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

3-
## [v1.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.0...v1.0.1)
3+
## [v1.0.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.2...v1.0.2)
4+
5+
### Merged
6+
7+
- [bugfix] Fix issue with missing commander [`#55`](https://github.com/darkmavis1980/markdown-index-generator/pull/55)
8+
9+
### Commits
10+
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
14+
15+
### Merged
16+
17+
- Bugfix/maintenance update may 2023 [`#54`](https://github.com/darkmavis1980/markdown-index-generator/pull/54)
18+
19+
### Commits
20+
21+
- [bugfix] Fix issue with missing commander [`fbf63cf`](https://github.com/darkmavis1980/markdown-index-generator/commit/fbf63cf59563ab0f49fe5cd54f92a12ac3c7648d)
22+
23+
## [v1.0.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.0...v1.0.1) - 2023-05-28
424

525
### Merged
626

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

0 commit comments

Comments
 (0)