From 29e23b71ecdb761ba4253be8918478724230d1d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Jul 2022 08:08:51 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.1...v1.0.2) (2022-07-07) ### Bug Fixes * upgrade @actions/core from 1.8.2 to 1.9.0 ([4984088](https://github.com/HormCodes/do-not-deploy-on-friday/commit/4984088842e73b51142196744c36a7f17bebf6ea)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f94ef..7dbce05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.1...v1.0.2) (2022-07-07) + + +### Bug Fixes + +* upgrade @actions/core from 1.8.2 to 1.9.0 ([4984088](https://github.com/HormCodes/do-not-deploy-on-friday/commit/4984088842e73b51142196744c36a7f17bebf6ea)) + ## [1.0.1](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.0...v1.0.1) (2022-05-25) diff --git a/package.json b/package.json index 08dfd1b..a708e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-not-deploy-on-friday", - "version": "1.0.1", + "version": "1.0.2", "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",