Skip to content

Commit 1ed22fc

Browse files
committed
0.12.1-next.1
1 parent 832c08c commit 1ed22fc

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3-
## [v0.12.1-next.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.13.0-next.0...v0.12.1-next.0)
3+
## [v0.12.1-next.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.13.0-next.0...v0.12.1-next.1)
44

5-
## [v0.13.0-next.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.0...v0.13.0-next.0) - 2022-12-03
5+
### Commits
6+
7+
- Fixed issue with flags [`832c08c`](https://github.com/darkmavis1980/markdown-index-generator/commit/832c08cbccc5b0dded87eabd5222c7a229052764)
8+
- Removed file added by accident [`d4ffab5`](https://github.com/darkmavis1980/markdown-index-generator/commit/d4ffab5b5562ba1bee66abb100cce61c37128b9e)
9+
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+
12+
## [v0.12.1-next.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.0...v0.12.1-next.0) - 2022-12-03
613

714
### Merged
815

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

0 commit comments

Comments
 (0)