diff --git a/CHANGELOG.md b/CHANGELOG.md index 3181b9f..b9b9dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://www.github.com/JustinBeckwith/linkinator-action/compare/v1.9.2...v1.10.0) (2021-12-23) + + +### Features + +* switch to linkinator 3 and esm ([#117](https://www.github.com/JustinBeckwith/linkinator-action/issues/117)) ([a6c5f5f](https://www.github.com/JustinBeckwith/linkinator-action/commit/a6c5f5fdb2a4e14d3669f194ecbe7005b2caa6d2)) + ### [1.9.2](https://www.github.com/JustinBeckwith/linkinator-action/compare/v1.9.1...v1.9.2) (2021-12-17) diff --git a/package-lock.json b/package-lock.json index f85452c..86b51da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linkinator-action", - "version": "1.9.2", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linkinator-action", - "version": "1.9.2", + "version": "1.10.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index 9047723..380d271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkinator-action", - "version": "1.9.2", + "version": "1.10.0", "description": "A GitHub Action that checks your README and other markdown for 404s.", "main": "dist/index.js", "scripts": {