Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2021-03-01)

### Bug Fixes

* remove wrong module ([5b9e614](5b9e614))
* tests ([017a734](017a734))
* tests ([fb9e08e](fb9e08e))

### Features

* adding job name in Slack message ([8189fb3](8189fb3))
* pushing the release in workflow ([4465a3e](4465a3e))
  • Loading branch information
semantic-release-bot committed Mar 1, 2021
1 parent 0380418 commit 3055472
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 4,347 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.3.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.2.0...v1.3.0) (2021-03-01)


### Bug Fixes

* remove wrong module ([5b9e614](https://github.com/voxmedia/github-action-slack-notify-build/commit/5b9e614bc8b6b4890c0e0a13e192eeb92bd124d6))
* tests ([017a734](https://github.com/voxmedia/github-action-slack-notify-build/commit/017a734ff119328b66b4ea112c17a3d151c1d69f))
* tests ([fb9e08e](https://github.com/voxmedia/github-action-slack-notify-build/commit/fb9e08e6a5225d17b05766633e53064af85ee727))


### Features

* adding job name in Slack message ([8189fb3](https://github.com/voxmedia/github-action-slack-notify-build/commit/8189fb3863d27e3ba6e4de0a7eb08fa0286e5903))
* pushing the release in workflow ([4465a3e](https://github.com/voxmedia/github-action-slack-notify-build/commit/4465a3e5982572d66731d6cffeed49209b397984))

# [1.2.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.1.3...v1.2.0) (2020-11-20)


Expand Down
5,086 changes: 740 additions & 4,346 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-slack-notify-build",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 3055472

Please sign in to comment.