Skip to content

Commit cf305c1

Browse files
chore(main): release linkinator-action 2.1.0 (#208)
1 parent ba135b2 commit cf305c1

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/JustinBeckwith/linkinator-action/compare/linkinator-action-v2.0.0...linkinator-action-v2.1.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* add linkinator 7.2 options (allowInsecureCerts and requireHttps) ([#207](https://github.com/JustinBeckwith/linkinator-action/issues/207)) ([3b63c81](https://github.com/JustinBeckwith/linkinator-action/commit/3b63c8166b8dc937c7d364811efffbb1bc255f35))
9+
10+
11+
### Bug Fixes
12+
13+
* prevent branch name duplication in URL rewriting (fixes [#85](https://github.com/JustinBeckwith/linkinator-action/issues/85)) ([#209](https://github.com/JustinBeckwith/linkinator-action/issues/209)) ([ba135b2](https://github.com/JustinBeckwith/linkinator-action/commit/ba135b2845c261a8fe870d90da8fd6e3f7f42c5e))
14+
315
## [2.0.0](https://github.com/JustinBeckwith/linkinator-action/compare/linkinator-action-v1.11.0...linkinator-action-v2.0.0) (2025-10-15)
416

517

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,6 +1,6 @@
11
{
22
"name": "linkinator-action",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A GitHub Action that checks your README and other markdown for 404s.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)