From 1cb68336785d21cd1f610550458c439a569aeaff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:49:33 +0300 Subject: [PATCH] chore: version packages (#157) Co-authored-by: github-actions[bot] --- .changeset/serious-hats-scream.md | 13 ------------- .changeset/wet-moose-whisper.md | 7 ------- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 .changeset/serious-hats-scream.md delete mode 100644 .changeset/wet-moose-whisper.md 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",