Skip to content

Commit d60d7bd

Browse files
authored
Merge pull request #42 from davegarvey:md-fix
Md-fix
2 parents ac880d7 + e321bf9 commit d60d7bd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.markdownlint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"default": true,
3+
"MD024": {
4+
"siblings_only": true
5+
}
6+
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Fixed
2222

2323
- correct markdown formatting in changelog generation
24+
2425
## [4.6.0] - 2025-12-16
2526

2627
### Added

0 commit comments

Comments
 (0)