Skip to content

Commit c65a1ab

Browse files
committed
0.12.1
1 parent b9e1c61 commit c65a1ab

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3-
## [v0.12.1-next.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.13.0-next.0...v0.12.1-next.1)
3+
## [v0.12.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1-next.1...v0.12.1)
4+
5+
### Commits
6+
7+
- Fixed typo [`b9e1c61`](https://github.com/darkmavis1980/markdown-index-generator/commit/b9e1c61d95563fa5294328d604fa5e8fe4ec3010)
8+
9+
## [v0.12.1-next.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1-next.0...v0.12.1-next.1) - 2022-12-03
410

511
### Commits
612

713
- Fixed issue with flags [`832c08c`](https://github.com/darkmavis1980/markdown-index-generator/commit/832c08cbccc5b0dded87eabd5222c7a229052764)
814
- Removed file added by accident [`d4ffab5`](https://github.com/darkmavis1980/markdown-index-generator/commit/d4ffab5b5562ba1bee66abb100cce61c37128b9e)
915

10-
## [v0.13.0-next.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.1-next.0...v0.13.0-next.0) - 2022-12-03
11-
1216
## [v0.12.1-next.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.0...v0.12.1-next.0) - 2022-12-03
1317

1418
### Merged

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

0 commit comments

Comments
 (0)