diff --git a/.changeset/clean-yaks-punch.md b/.changeset/clean-yaks-punch.md deleted file mode 100644 index efeae1a..0000000 --- a/.changeset/clean-yaks-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': minor ---- - -### deploy-storybook - -- fixed storybook temploy link diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d32c7..2b0c370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # davinci-github-actions +## 12.4.0 + +### Minor Changes + +- [#239](https://github.com/toptal/davinci-github-actions/pull/239) [`c8ea3b9`](https://github.com/toptal/davinci-github-actions/commit/c8ea3b973bb005d3eb0baf565c0fb10edda3e420) Thanks [@mkrl](https://github.com/mkrl)! + +### deploy-storybook + +- fixed storybook temploy link + ## 12.3.0 ### Minor Changes diff --git a/package.json b/package.json index aa6f67c..d876739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "12.3.0", + "version": "12.4.0", "description": "", "author": "Toptal", "license": "MIT",