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",