From 3ee8a674339ac97163a2433d010f69a9314d670c Mon Sep 17 00:00:00 2001
From: BeckwithRobot <94068245+BeckwithRobot@users.noreply.github.com>
Date: Sun, 13 Nov 2022 11:44:38 -0800
Subject: [PATCH] chore(main): release 1.10.4

---
 CHANGELOG.md      | 8 ++++++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 294354d..d8f6dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [1.10.4](https://github.com/JustinBeckwith/linkinator-action/compare/v1.10.3...v1.10.4) (2022-11-13)
+
+
+### Bug Fixes
+
+* **deps:** patch out of date dependencies ([#145](https://github.com/JustinBeckwith/linkinator-action/issues/145)) ([da9bb75](https://github.com/JustinBeckwith/linkinator-action/commit/da9bb75f19eb15611d9580eabdc31595ec75eb71))
+* **deps:** update to linkinator 4.1.1 ([#147](https://github.com/JustinBeckwith/linkinator-action/issues/147)) ([202477c](https://github.com/JustinBeckwith/linkinator-action/commit/202477cf17723814aa65c44f27f36490495e2298))
+
 ## [1.10.3](https://github.com/JustinBeckwith/linkinator-action/compare/v1.10.2...v1.10.3) (2022-09-07)
 
 
diff --git a/package-lock.json b/package-lock.json
index 478c4e2..4fd9458 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "linkinator-action",
-  "version": "1.10.3",
+  "version": "1.10.4",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "linkinator-action",
-      "version": "1.10.3",
+      "version": "1.10.4",
       "license": "MIT",
       "dependencies": {
         "@actions/core": "^1.2.6",
diff --git a/package.json b/package.json
index 2e22d96..2ce853e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "linkinator-action",
-  "version": "1.10.3",
+  "version": "1.10.4",
   "description": "A GitHub Action that checks your README and other markdown for 404s.",
   "main": "dist/index.js",
   "scripts": {