Skip to content

Commit 424d4ab

Browse files
committed
2.0.0
1 parent 86cf2c4 commit 424d4ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

3-
## [v1.1.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.4...v1.1.0)
3+
## [v2.0.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.4...v2.0.0)
44

55
### Merged
66

@@ -9,6 +9,9 @@
99
### Commits
1010

1111
- feat: upgrade to commander 12 [`c2e8dbe`](https://github.com/darkmavis1980/markdown-index-generator/commit/c2e8dbe7f31fbf740bb7107327fc9d6676f85e6d)
12+
- !feat: drop support for node 16, add support for node 20 [`7685d2a`](https://github.com/darkmavis1980/markdown-index-generator/commit/7685d2ab1f75163cfc6dbd0ad6f30bf6296d381e)
13+
- !feat: set ts to target ES2021 instead of ES2017 [`86cf2c4`](https://github.com/darkmavis1980/markdown-index-generator/commit/86cf2c4c5ca896c194bcb50ebfb216d5559050ad)
14+
- !feat: set mininum node version to 18 [`b5dd731`](https://github.com/darkmavis1980/markdown-index-generator/commit/b5dd731a397d25f0871b4d64897cd6b8264220e7)
1215
- chore: set tests to be randomized [`00a4814`](https://github.com/darkmavis1980/markdown-index-generator/commit/00a4814e015f6f611450c903a6d604cb1bb10710)
1316

1417
## [v1.0.4](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.3...v1.0.4) - 2023-12-07

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

0 commit comments

Comments
 (0)