diff --git a/.changeset/wet-rivers-sparkle.md b/.changeset/wet-rivers-sparkle.md deleted file mode 100644 index 6b1be319..00000000 --- a/.changeset/wet-rivers-sparkle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- update `ssh-agent` action version used in build-push-image -- update `github-script` action version used in extract-env-variables diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e399561..9079c246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # davinci-github-actions +## 15.3.1 + +### Patch Changes + +- [#335](https://github.com/toptal/davinci-github-actions/pull/335) [`c380f36`](https://github.com/toptal/davinci-github-actions/commit/c380f36707a8024a2cc713e096bb28dcd1398edc) Thanks [@MarianoSalerno](https://github.com/MarianoSalerno)! +- update `ssh-agent` action version used in build-push-image + - update `github-script` action version used in extract-env-variables + ## 15.3.0 ### Minor Changes diff --git a/package.json b/package.json index 80ce6147..4d56fd56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "15.3.0", + "version": "15.3.1", "description": "", "author": "Toptal", "license": "MIT",