From 6dd5198e3623fcf016e50824731ee70c12db7cb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Oct 2021 10:58:06 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/intuit/semantic-release-slack/compare/v1.0.3...v1.0.4) (2021-10-20) ### Bug Fixes * **deps:** update dependency node-fetch to v2.6.5 ([#199](https://github.com/intuit/semantic-release-slack/issues/199)) ([97a4c87](https://github.com/intuit/semantic-release-slack/commit/97a4c87)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2ec4fc3..8163dd78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intuit/semantic-release-slack", "description": "Post slack notifications to a webhook on success or failure of a semantic-release job", - "version": "1.0.3", + "version": "1.0.4", "engines": { "node": ">=8" },