From ceb51a13dafe6dff8c4a16813d70dd2405abd3f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 15:32:01 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",