From 8a64a75b1747bda19d02e849b1924577686f38c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Apr 2022 21:19:36 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/adobe/helix-slack-notification/compare/v1.1.0...v1.1.1) (2022-04-16) ### Bug Fixes * **deps:** update adobe fixes ([#7](https://github.com/adobe/helix-slack-notification/issues/7)) ([26cdcc6](https://github.com/adobe/helix-slack-notification/commit/26cdcc6e969c97cd04669c3f1b3ad77656fcabda)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb411f..89a9720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/adobe/helix-slack-notification/compare/v1.1.0...v1.1.1) (2022-04-16) + + +### Bug Fixes + +* **deps:** update adobe fixes ([#7](https://github.com/adobe/helix-slack-notification/issues/7)) ([26cdcc6](https://github.com/adobe/helix-slack-notification/commit/26cdcc6e969c97cd04669c3f1b3ad77656fcabda)) + # [1.1.0](https://github.com/adobe/helix-slack-notification/compare/v1.0.6...v1.1.0) (2022-04-14) diff --git a/package.json b/package.json index 635ce84..d2af4b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-slack-notification", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "Helix Slack Notification Service", "main": "src/index.js",