diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e83a0da..7916bb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.3.0...v1.3.1) (2021-03-01) + + +### Bug Fixes + +* removing job field ([4bd2941](https://github.com/voxmedia/github-action-slack-notify-build/commit/4bd29412ee530da06c25cd5ff9f331ba32e63f9a)) + # [1.3.0](https://github.com/voxmedia/github-action-slack-notify-build/compare/v1.2.0...v1.3.0) (2021-03-01) diff --git a/dist/index.js b/dist/index.js index 3fc3c9e4..932673b0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18427,4 +18427,4 @@ RetryOperation.prototype.mainError = function() { /***/ }) -/******/ }); +/******/ }); \ No newline at end of file diff --git a/package.json b/package.json index 631acebc..1bfce7c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-slack-notify-build", - "version": "1.3.0", + "version": "1.3.1", "main": "index.js", "license": "Apache-2.0", "scripts": {