diff --git a/CHANGELOG.md b/CHANGELOG.md index 7257d76..6341124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.4...v1.0.5) (2024-02-26) + + +### Bug Fixes + +* upgrade @actions/core from 1.10.0 to 1.10.1 ([bd457d4](https://github.com/HormCodes/do-not-deploy-on-friday/commit/bd457d413ee7311ab256f376fa004d9a0219d16a)) + ## [1.0.4](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.3...v1.0.4) (2022-11-05) diff --git a/package.json b/package.json index 7a23e1f..70c6029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-not-deploy-on-friday", - "version": "1.0.4", + "version": "1.0.5", "description": "GitHub Action to tell you `Don't deploy on Friday!`", "main": "dist/index.js", "repository": "https://github.com/HormCodes/do-not-deploy-on-friday",