From f504a204eaf723a18d478337c96e2d7e8bcaeb24 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Aug 2022 07:53:49 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.2...v1.0.3) (2022-08-15) ### Bug Fixes * package.json & yarn.lock to reduce vulnerabilities ([de231d4](https://github.com/HormCodes/do-not-deploy-on-friday/commit/de231d40c589e166e41a1d0b242d832f7fb9da77)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbce05..7a994e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.2...v1.0.3) (2022-08-15) + + +### Bug Fixes + +* package.json & yarn.lock to reduce vulnerabilities ([de231d4](https://github.com/HormCodes/do-not-deploy-on-friday/commit/de231d40c589e166e41a1d0b242d832f7fb9da77)) + ## [1.0.2](https://github.com/HormCodes/do-not-deploy-on-friday/compare/v1.0.1...v1.0.2) (2022-07-07) diff --git a/package.json b/package.json index 867e8b7..ed8d4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-not-deploy-on-friday", - "version": "1.0.2", + "version": "1.0.3", "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",