diff --git a/.changeset/hot-dragons-deny.md b/.changeset/hot-dragons-deny.md deleted file mode 100644 index 7ca83c80..00000000 --- a/.changeset/hot-dragons-deny.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'davinci-github-actions': major ---- - ---- - -### build-publish-alpha-package - -- add new input `root-folder` to specify the root folder of a package to be published -- build-publish-alpha-package now requires davinci-engine@9.1.0 or later diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f705f96..d17d5ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # davinci-github-actions +## 5.0.0 + +### Major Changes + +- [#127](https://github.com/toptal/davinci-github-actions/pull/127) [`c9c3a78`](https://github.com/toptal/davinci-github-actions/commit/c9c3a78d6ce69fd45a169bb375a5ae11a1a11da6) Thanks [@mkrl](https://github.com/mkrl)! - --- + + ### build-publish-alpha-package + + - add new input `root-folder` to specify the root folder of a package to be published + - build-publish-alpha-package now requires davinci-engine@9.1.0 or later + ## 4.10.4 ### Patch Changes diff --git a/package.json b/package.json index 4652618a..68c2c29a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.10.4", + "version": "5.0.0", "description": "", "author": "Toptal", "license": "MIT",