Skip to content

Commit d990f49

Browse files
chore(main): release linkinator 7.5.2 (#761)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0805320 commit d990f49

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.5.1"
2+
".": "7.5.2"
33
}

CHANGELOG.md

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

3+
## [7.5.2](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.5.1...linkinator-v7.5.2) (2025-12-26)
4+
5+
6+
### Bug Fixes
7+
8+
* exclude local static server from requireHttps enforcement ([#762](https://github.com/JustinBeckwith/linkinator/issues/762)) ([0805320](https://github.com/JustinBeckwith/linkinator/commit/0805320c24a703fc80468071338e352864ad0747))
9+
* make --version flag work in compiled binaries ([#760](https://github.com/JustinBeckwith/linkinator/issues/760)) ([455fd37](https://github.com/JustinBeckwith/linkinator/commit/455fd373bc6fa7220ef51f75e44fdf9df6294edb))
10+
311
## [7.5.1](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.5.0...linkinator-v7.5.1) (2025-12-04)
412

513

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.5.1",
4+
"version": "7.5.2",
55
"license": "MIT",
66
"repository": "JustinBeckwith/linkinator",
77
"author": "Justin Beckwith",

0 commit comments

Comments
 (0)