Skip to content

Commit a448cc0

Browse files
author
Alessio Michelini
committed
3.2.1
1 parent 78ce9f5 commit a448cc0

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,18 @@
11
# Changelog
22

3-
## [v3.2.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.4...v3.2.0)
3+
## [v3.2.1](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.2.0...v3.2.1)
4+
5+
### Merged
6+
7+
- Bugfix/fix issue 77 [`#80`](https://github.com/darkmavis1980/markdown-index-generator/pull/80)
8+
9+
### Commits
10+
11+
- docs: add GEMINI.md for project overview, installation, usage, and development conventions [`20e1c45`](https://github.com/darkmavis1980/markdown-index-generator/commit/20e1c457da7184d6a080ec93eb47c464b875369b)
12+
- test: add unit test for handling mixed line endings in MarkdownParser [`78ce9f5`](https://github.com/darkmavis1980/markdown-index-generator/commit/78ce9f5b07df3d7eb3c297e728179b4c6784838d)
13+
- fix: normalize line endings in MarkdownParser to ensure consistent splitting of lines [`785ff7f`](https://github.com/darkmavis1980/markdown-index-generator/commit/785ff7f4c97c9405243cab5bd54aab2ba76cdbaf)
14+
15+
## [v3.2.0](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.4...v3.2.0) - 2025-08-12
416

517
### Merged
618

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

0 commit comments

Comments
 (0)