From bb7636c8477ad76c47708bf3047938070783039e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:57:03 +0400 Subject: [PATCH] chore: version packages (#7) Co-authored-by: github-actions[bot] --- .changeset/empty-houses-drop.md | 5 ----- .changeset/gorgeous-sloths-double.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/empty-houses-drop.md delete mode 100644 .changeset/gorgeous-sloths-double.md diff --git a/.changeset/empty-houses-drop.md b/.changeset/empty-houses-drop.md deleted file mode 100644 index ba4cd73..0000000 --- a/.changeset/empty-houses-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -Fix release GH Action diff --git a/.changeset/gorgeous-sloths-double.md b/.changeset/gorgeous-sloths-double.md deleted file mode 100644 index ba90d7a..0000000 --- a/.changeset/gorgeous-sloths-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- Fix GH Action to Notify JIRA About External Contribution diff --git a/CHANGELOG.md b/CHANGELOG.md index d4386f4..a35aa20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # davinci-github-actions +## 3.0.2 + +### Patch Changes + +- [#6](https://github.com/toptal/davinci-github-actions/pull/6) [`9870b85`](https://github.com/toptal/davinci-github-actions/commit/9870b856ff0492b1ad593d705ea8669795a47b99) Thanks [@dmaklygin](https://github.com/dmaklygin)! - Fix release GH Action + +* [#5](https://github.com/toptal/davinci-github-actions/pull/5) [`87d58ab`](https://github.com/toptal/davinci-github-actions/commit/87d58ab57878b454bf7d77bafd2d0ecff6331c7f) Thanks [@dmaklygin](https://github.com/dmaklygin)! - - Fix GH Action to Notify JIRA About External Contribution + ## 3.0.1 ### Patch Changes diff --git a/package.json b/package.json index 760d3f8..4febeaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "3.0.1", + "version": "3.0.2", "description": "", "author": "Toptal", "license": "MIT",