Skip to content

Commit 71a6523

Browse files
author
Alessio Michelini
committed
1.0.0
1 parent 86d0ae6 commit 71a6523

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

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

3-
## [v0.13.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.8...v0.13.0)
3+
## [v1.0.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.13.0...v1.0.0)
4+
5+
### Merged
6+
7+
- Removed node 14 support [`#52`](https://github.com/darkmavis1980/markdown-index-generator/pull/52)
8+
9+
### Commits
10+
11+
- Update to TS 5 [`8061c4d`](https://github.com/darkmavis1980/markdown-index-generator/commit/8061c4d347fa0bd75a3dffd5323d608061c73377)
12+
- [BREAKING] Changed the default behaviour to update the file [`86d0ae6`](https://github.com/darkmavis1980/markdown-index-generator/commit/86d0ae67f83d11986ef4d5ccc909499ef1d0fb0a)
13+
14+
## [v0.13.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v0.12.8...v0.13.0) - 2023-03-11
415

516
### Merged
617

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

0 commit comments

Comments
 (0)