From 33e816c8f2ec29e203b5fae8e67c54badfb29e86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:19:40 +0300 Subject: [PATCH] chore: version packages (#206) Co-authored-by: github-actions[bot] --- .changeset/stupid-grapes-sleep.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stupid-grapes-sleep.md diff --git a/.changeset/stupid-grapes-sleep.md b/.changeset/stupid-grapes-sleep.md deleted file mode 100644 index d40ec1e2..00000000 --- a/.changeset/stupid-grapes-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': major ---- - -- make GH Deployment optional in `create-jira-deployment` GH Action. By default this feature is disabled diff --git a/CHANGELOG.md b/CHANGELOG.md index 982a486b..c85afca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 10.0.0 + +### Major Changes + +- [#205](https://github.com/toptal/davinci-github-actions/pull/205) [`b8fdfc9`](https://github.com/toptal/davinci-github-actions/commit/b8fdfc9a266596dc3fba05712316d4af1a3f12fd) Thanks [@dmaklygin](https://github.com/dmaklygin)! +- make GH Deployment optional in `create-jira-deployment` GH Action. By default this feature is disabled + ## 9.1.1 ### Patch Changes diff --git a/package.json b/package.json index 4e5fe173..876eb4b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "9.1.1", + "version": "10.0.0", "description": "", "author": "Toptal", "license": "MIT",