Skip to content

Commit 7bbb4c5

Browse files
Merge pull request #78 from darkmavis1980/bugfix/august-2025-maintenance-update
Bugfix/august 2025 maintenance update
2 parents 51ae4bb + 121f2b6 commit 7bbb4c5

File tree

7 files changed

+2345
-1656
lines changed

7 files changed

+2345
-1656
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node: [ 20, 22 ]
22+
node: [ 20, 22, 24 ]
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
name: Build for Node ${{ matrix.node }} version
2525
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node: [ 20, 22 ]
19+
node: [ 20, 22, 24 ]
2020

2121
name: Build for Node ${{ matrix.node }} version
2222
steps:

CHANGELOG.md

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

3-
## [v3.1.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.1...v3.1.2)
3+
## [v3.1.3](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.2...v3.1.3)
4+
5+
### Merged
6+
7+
- Fix issue with spaces in headings and multi-digit numbered lists [`#73`](https://github.com/darkmavis1980/markdown-index-generator/pull/73)
8+
9+
### Commits
10+
11+
- chore: updated all dependencies to latest version [`8ffcf4c`](https://github.com/darkmavis1980/markdown-index-generator/commit/8ffcf4c6367c97674b9e311576aa06cdaf2a030d)
12+
- fix: compatibility issue with new version of ts-jest [`b91e91b`](https://github.com/darkmavis1980/markdown-index-generator/commit/b91e91bdf0f93bff9caf752a3928af01eb517137)
13+
14+
## [v3.1.2](https://github.com/darkmavis1980/markdown-index-generator/compare/v3.1.1...v3.1.2) - 2025-04-30
415

516
### Merged
617

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default {
2525
'ts-jest',
2626
{
2727
useESM: true,
28-
isolatedModules: true,
2928
}
3029
]
3130
}

0 commit comments

Comments
 (0)