diff --git a/.changeset/friendly-singers-serve.md b/.changeset/friendly-singers-serve.md deleted file mode 100644 index ed6dc6aa..00000000 --- a/.changeset/friendly-singers-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- clean up tmp-workspaces.json file after it's not needed diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2e81f5..51e103fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 12.0.2 + +### Patch Changes + +- [#225](https://github.com/toptal/davinci-github-actions/pull/225) [`270798f`](https://github.com/toptal/davinci-github-actions/commit/270798f1e298f16604fd920988757a8f8b353c1b) Thanks [@ertrzyiks](https://github.com/ertrzyiks)! +- clean up tmp-workspaces.json file after it's not needed + ## 12.0.1 ### Patch Changes diff --git a/package.json b/package.json index 68f54db6..12f433c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "12.0.1", + "version": "12.0.2", "description": "", "author": "Toptal", "license": "MIT",