From 6a873bec5ac11c6d2a11756b8763356da63a8939 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Oct 2020 20:27:51 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](http://github.com/rlespinasse/github-slug-action/compare/2.1.0...3.0.0) (2020-10-26) ### Bug Fixes * upgrade actions core due to CVE fix ([d0549c1](http://github.com/rlespinasse/github-slug-action/commit/d0549c1f85ab9567b439f9d660b01ce1142b9fbe)) ### Features * add support for windows and macos jobs ([13c2f38](http://github.com/rlespinasse/github-slug-action/commit/13c2f38dad5f32529f37c25736412b1e4cf687fe)) ### BREAKING CHANGES * The action implementation move from container action to node.js action Co-authored-by: Romain Lespinasse --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90d8e4..5a2c587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [3.0.0](http://github.com/rlespinasse/github-slug-action/compare/2.1.0...3.0.0) (2020-10-26) + + +### Bug Fixes + +* upgrade actions core due to CVE fix ([d0549c1](http://github.com/rlespinasse/github-slug-action/commit/d0549c1f85ab9567b439f9d660b01ce1142b9fbe)) + + +### Features + +* add support for windows and macos jobs ([13c2f38](http://github.com/rlespinasse/github-slug-action/commit/13c2f38dad5f32529f37c25736412b1e4cf687fe)) + + +### BREAKING CHANGES + +* The action implementation move from container action to node.js action + +Co-authored-by: Romain Lespinasse + # [2.1.0](http://github.com/rlespinasse/github-slug-action/compare/2.0.0...2.1.0) (2020-07-28)