From 212e9f7a9ca33368c8dd879d6053972128258985 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Mar 2021 17:00:04 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.4.0...v1.5.0) (2021-03-05) ### Features * putting repo name more prominently ([373da97](https://github.com/voxmedia/github-action-slack-notify-build/commit/373da97827332b19e753c84d1e5b7937dbe0fbfa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186fcae4..f901d678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.4.0...v1.5.0) (2021-03-05) + + +### Features + +* putting repo name more prominently ([373da97](https://github.com/voxmedia/github-action-slack-notify-build/commit/373da97827332b19e753c84d1e5b7937dbe0fbfa)) + # [1.4.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.3.1...v1.4.0) (2021-03-02) diff --git a/package.json b/package.json index 9df697d9..856a2694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-slack-notify-build", - "version": "1.4.0", + "version": "1.5.0", "main": "index.js", "license": "Apache-2.0", "scripts": {