Skip to content

Commit 0a7b84f

Browse files
committed
3.1.4
1 parent c488e07 commit 0a7b84f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

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

3-
## [v3.1.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.2...v3.1.3)
3+
## [v3.1.4](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.3...v3.1.4)
4+
5+
### Merged
6+
7+
- Bugfix/august 2025 maintenance update [`#78`](https://github.com/darkmavis1980/markdown-index-generator/pull/78)
8+
9+
### Commits
10+
11+
- test: add unit test to cover issue #75 case [`c488e07`](https://github.com/darkmavis1980/markdown-index-generator/commit/c488e07f6951826598f9960840d9de7c86a55620)
12+
- fix: issue #75 [`8ff786e`](https://github.com/darkmavis1980/markdown-index-generator/commit/8ff786ea97e693453efcabb98054fb0a51a78c1a)
13+
14+
## [v3.1.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.2...v3.1.3) - 2025-08-08
415

516
### Merged
617

@@ -9,6 +20,7 @@
920
### Commits
1021

1122
- chore: updated all dependencies to latest version [`8ffcf4c`](https://github.com/darkmavis1980/markdown-index-generator/commit/8ffcf4c6367c97674b9e311576aa06cdaf2a030d)
23+
- fix: update supported node.js runtime versions [`121f2b6`](https://github.com/darkmavis1980/markdown-index-generator/commit/121f2b6fbf6f069993f02259610acbc7d39302ad)
1224
- fix: compatibility issue with new version of ts-jest [`b91e91b`](https://github.com/darkmavis1980/markdown-index-generator/commit/b91e91bdf0f93bff9caf752a3928af01eb517137)
1325

1426
## [v3.1.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.1...v3.1.2) - 2025-04-30

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": "3.1.3",
4+
"version": "3.1.4",
55
"author": "Alessio Michelini",
66
"type": "module",
77
"bin": {

0 commit comments

Comments
 (0)