Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmavis1980 committed Feb 12, 2024
1 parent 86cf2c4 commit 424d4ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

### Merged

Expand All @@ -9,6 +9,9 @@
### Commits

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

## [v1.0.4](https://github.com/darkmavis1980/markdown-index-generator/compare/v1.0.3...v1.0.4) - 2023-12-07
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "md-index-generator",
"description": "Parses a markdown document and creates an index based on headings",
"version": "1.1.0",
"version": "2.0.0",
"author": "Alessio Michelini",
"bin": {
"md-index-generator": "./bin/run"
Expand Down

0 comments on commit 424d4ab

Please sign in to comment.