Skip to content

Commit 73e0a94

Browse files
committed
0.12.2
1 parent 7bffabc commit 73e0a94

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-
## [v0.12.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1-next.1...v0.12.1)
3+
## [v0.12.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1...v0.12.2)
4+
5+
### Commits
6+
7+
- Added one more test [`7bffabc`](https://github.com/darkmavis1980/markdown-index-generator/commit/7bffabcb85b8e11286d775188cfe17a013d8a0cc)
8+
9+
## [v0.12.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1-next.1...v0.12.1) - 2022-12-03
410

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

0 commit comments

Comments
 (0)