Skip to content

Commit 23884b6

Browse files
chore(main): release linkinator 7.4.0 (#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5ef84c commit 23884b6

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.3.0"
2+
".": "7.4.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [7.4.0](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.3.0...linkinator-v7.4.0) (2025-10-29)
4+
5+
6+
### Features
7+
8+
* add configurable status code handling ([#627](https://github.com/JustinBeckwith/linkinator/issues/627), [#718](https://github.com/JustinBeckwith/linkinator/issues/718)) ([#733](https://github.com/JustinBeckwith/linkinator/issues/733)) ([b5ef84c](https://github.com/JustinBeckwith/linkinator/commit/b5ef84c849d3adc7007c9b42d2cf634cefdb5565))
9+
10+
11+
### Bug Fixes
12+
13+
* normalize base URLs for correct relative link resolution ([#374](https://github.com/JustinBeckwith/linkinator/issues/374)) ([#732](https://github.com/JustinBeckwith/linkinator/issues/732)) ([1b8c330](https://github.com/JustinBeckwith/linkinator/commit/1b8c33024ec2ae7aeac9d1c8c23c5fe67a893f35))
14+
* replace emojis with Unicode symbols for Windows compatibility ([#730](https://github.com/JustinBeckwith/linkinator/issues/730)) ([321ff07](https://github.com/JustinBeckwith/linkinator/commit/321ff0741937fa384110009fa72168ba87db0b5d))
15+
316
## [7.3.0](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.2.0...linkinator-v7.3.0) (2025-10-24)
417

518

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": "linkinator",
33
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
4-
"version": "7.3.0",
4+
"version": "7.4.0",
55
"license": "MIT",
66
"repository": "JustinBeckwith/linkinator",
77
"author": "Justin Beckwith",

0 commit comments

Comments
 (0)