diff --git a/.changeset/funny-cameras-doubt.md b/.changeset/funny-cameras-doubt.md deleted file mode 100644 index f17268c5..00000000 --- a/.changeset/funny-cameras-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': minor ---- - -- add option of specifying the version of Node.js used for some of the actions (`build-publish-alpha-package`, `build-push-image`, `deploy-storybook`, `report-affected-packages`) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda32a0d..d3d32c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 12.3.0 + +### Minor Changes + +- [#233](https://github.com/toptal/davinci-github-actions/pull/233) [`711fad8`](https://github.com/toptal/davinci-github-actions/commit/711fad852c1004f2faed8b092874cd5a8f78480d) Thanks [@sashuk](https://github.com/sashuk)! +- add option of specifying the version of Node.js used for some of the actions (`build-publish-alpha-package`, `build-push-image`, `deploy-storybook`, `report-affected-packages`) + ## 12.2.0 ### Minor Changes diff --git a/package.json b/package.json index 81965d02..aa6f67c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "12.2.0", + "version": "12.3.0", "description": "", "author": "Toptal", "license": "MIT",