Skip to content

Commit a3a2914

Browse files
author
Alessio Michelini
committed
2.1.1
1 parent adb249a commit a3a2914

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

3-
## [v2.1.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v2.0.1...v2.1.0)
3+
## [v2.1.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v2.1.0...v2.1.1)
4+
5+
### Merged
6+
7+
- Bugfix/dependencies update [`#64`](https://github.com/darkmavis1980/markdown-index-generator/pull/64)
8+
9+
### Commits
10+
11+
- chore: update dependencies [`0aa88e7`](https://github.com/darkmavis1980/markdown-index-generator/commit/0aa88e70cb0fe10266bd1d0788ba1e6cea429dd9)
12+
- chore: updated nyc and @types/node packages [`adb249a`](https://github.com/darkmavis1980/markdown-index-generator/commit/adb249aac0360b20892ea2b31dbf616862d3489c)
13+
- fix: issue where the title was added to the generated index [`984f33b`](https://github.com/darkmavis1980/markdown-index-generator/commit/984f33b8f3c027c143ca912303232453a1172ca0)
14+
- fix: issue with numbered headings [`c0b2448`](https://github.com/darkmavis1980/markdown-index-generator/commit/c0b2448f3040d9f908a2e04b84854b12c1cd8713)
15+
16+
## [v2.1.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v2.0.1...v2.1.0) - 2024-06-16
417

518
### Merged
619

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

0 commit comments

Comments
 (0)