diff --git a/.changeset/serious-hats-scream.md b/.changeset/serious-hats-scream.md deleted file mode 100644 index 2f4848e8..00000000 --- a/.changeset/serious-hats-scream.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'davinci-github-actions': minor ---- - ---- - -### build-publish-alpha - -- change node version to follow 14 major - -### build-push-image - -- change node version to follow 14 major diff --git a/.changeset/wet-moose-whisper.md b/.changeset/wet-moose-whisper.md deleted file mode 100644 index 2eec00e8..00000000 --- a/.changeset/wet-moose-whisper.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -- bump davinci-syntax version to 20 diff --git a/CHANGELOG.md b/CHANGELOG.md index 355bad4d..4cdcaaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # davinci-github-actions +## 6.2.0 + +### Minor Changes + +- [#156](https://github.com/toptal/davinci-github-actions/pull/156) [`5a2eb19`](https://github.com/toptal/davinci-github-actions/commit/5a2eb19e1f33647e281becf1175d4c61abdef2b1) Thanks [@augustobmoura](https://github.com/augustobmoura)! + +--- + +### build-publish-alpha + +- change node version to follow 14 major + +### build-push-image + +- change node version to follow 14 major + +### Patch Changes + +- [#159](https://github.com/toptal/davinci-github-actions/pull/159) [`4edb936`](https://github.com/toptal/davinci-github-actions/commit/4edb936f813b168d7a23cb0711e491153c7ca7ee) Thanks [@dmaklygin](https://github.com/dmaklygin)! + +--- + +- bump davinci-syntax version to 20 + ## 6.1.0 ### Minor Changes diff --git a/package.json b/package.json index e8451065..bb6a1362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "6.1.0", + "version": "6.2.0", "description": "", "author": "Toptal", "license": "MIT",