From 02acfa0c5909ddaa3513790e998120f8a25258c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Jun 2023 21:10:35 +0000 Subject: [PATCH] chore(release): 1.0.10 [skip ci] ## [1.0.10](https://github.com/intuit/semantic-release-slack/compare/v1.0.9...v1.0.10) (2023-06-29) ### Bug Fixes * **deps:** update dependency node-fetch to v2.6.12 ([#278](https://github.com/intuit/semantic-release-slack/issues/278)) ([1ec3c2f](https://github.com/intuit/semantic-release-slack/commit/1ec3c2f)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf2757e5..43706ce1 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.9", + "version": "1.0.10", "engines": { "node": ">=8" },