Skip to content

Commit 64f8800

Browse files
author
Alessio Michelini
committed
0.11.2
1 parent 5468707 commit 64f8800

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

3-
## [v0.11.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.11.0...v0.11.1)
3+
## [v0.11.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.11.1...v0.11.2)
4+
5+
### Merged
6+
7+
- Updated workflow to use node between 14 and 18 [`#41`](https://github.com/darkmavis1980/markdown-index-generator/pull/41)
8+
9+
### Commits
10+
11+
- Fixed issue with trailing new line [`5468707`](https://github.com/darkmavis1980/markdown-index-generator/commit/5468707cb8db7723d98a2d2e4c39b8fe3d6e3190)
12+
13+
## [v0.11.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.11.0...v0.11.1) - 2022-06-04
414

515
### Merged
616

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

0 commit comments

Comments
 (0)