Skip to content

Commit 3dfa8b4

Browse files
chore(main): release linkinator 7.2.0 (#710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6aa769c commit 3dfa8b4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.1.3"
2+
".": "7.2.0"
33
}

CHANGELOG.md

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

3+
## [7.2.0](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.1.3...linkinator-v7.2.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* add --allow-insecure-certs flag for local development ([#716](https://github.com/JustinBeckwith/linkinator/issues/716)) ([6aa769c](https://github.com/JustinBeckwith/linkinator/commit/6aa769c77e7d66f408278acd84a9510629e37dd5))
9+
* add --require-https flag for HTTPS enforcement ([#715](https://github.com/JustinBeckwith/linkinator/issues/715)) ([439451f](https://github.com/JustinBeckwith/linkinator/commit/439451f8ceb930807c1e10a2fdb4539e2ef42b1e))
10+
* add support for custom HTTP headers ([#711](https://github.com/JustinBeckwith/linkinator/issues/711)) ([14f4ebf](https://github.com/JustinBeckwith/linkinator/commit/14f4ebf5f31e67ab6e7dfcdbd6187969f4a2b158))
11+
* handle 429s without retry-after header as error ([#674](https://github.com/JustinBeckwith/linkinator/issues/674)) ([9280037](https://github.com/JustinBeckwith/linkinator/commit/92800372567767c45bcfa406e7f5d7e03fb6eed9))
12+
* introduce flag for managing redirects ([#712](https://github.com/JustinBeckwith/linkinator/issues/712)) ([27824d4](https://github.com/JustinBeckwith/linkinator/commit/27824d451c1c4f9d1dfe822809474539c72c1a5e))
13+
* support non-standard retry-after header formats ([#713](https://github.com/JustinBeckwith/linkinator/issues/713)) ([8f9ca39](https://github.com/JustinBeckwith/linkinator/commit/8f9ca39f1a1b967670b6a19f4abc75f85570925a))
14+
15+
16+
### Bug Fixes
17+
18+
* address LinkedIn and Cloudflare bot protection as skipped ([#709](https://github.com/JustinBeckwith/linkinator/issues/709)) ([bc08e2b](https://github.com/JustinBeckwith/linkinator/commit/bc08e2bad2b27768af2bef16fe1c13e28e902d8b))
19+
* preserve query parameters in directory redirects ([#714](https://github.com/JustinBeckwith/linkinator/issues/714)) ([689c20f](https://github.com/JustinBeckwith/linkinator/commit/689c20fe119975e2726bb926be96a1a50152bae0))
20+
321
## [7.1.3](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.1.2...linkinator-v7.1.3) (2025-10-05)
422

523
### release

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

0 commit comments

Comments
 (0)