diff --git a/.changeset/nine-dragons-fail.md b/.changeset/nine-dragons-fail.md deleted file mode 100644 index 5b7b8acf..00000000 --- a/.changeset/nine-dragons-fail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -### build-push-image - -- Use specific version to fix the issue with gcr. Reason: [docker/buildx#1533](https://github.com/toptal/davinci-github-actions/pull/104) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5361de5a..75acba7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # davinci-github-actions +## 4.8.4 + +### Patch Changes + +- [#104](https://github.com/toptal/davinci-github-actions/pull/104) [`37f9934`](https://github.com/toptal/davinci-github-actions/commit/37f9934a651e75c9f3b5e73451e44d9d3b58a5b4) Thanks [@LashaJini](https://github.com/LashaJini)! - ### build-push-image + + - Use specific version to fix the issue with gcr. Reason: [docker/buildx#1533](https://github.com/toptal/davinci-github-actions/pull/104) + ## 4.8.3 ### Patch Changes diff --git a/package.json b/package.json index b51adf4c..60e1046b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.8.3", + "version": "4.8.4", "description": "", "author": "Toptal", "license": "MIT",