From 6b47a3d6e11d4876034fe79babb66c89b839e8a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:51:18 +0300 Subject: [PATCH] chore: version packages (#51) Co-authored-by: github-actions[bot] --- .changeset/ten-dryers-run.md | 8 -------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 .changeset/ten-dryers-run.md diff --git a/.changeset/ten-dryers-run.md b/.changeset/ten-dryers-run.md deleted file mode 100644 index d7528e70..00000000 --- a/.changeset/ten-dryers-run.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- -### yarn-install - -- remove --ignore-optional flag from the yarn install command. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4591e29f..99355f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # davinci-github-actions +## 4.2.2 + +### Patch Changes + +- [#50](https://github.com/toptal/davinci-github-actions/pull/50) [`125085d`](https://github.com/toptal/davinci-github-actions/commit/125085dc566b10e7ec75b50bcff72d55e14560c5) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)! - --- + + ### yarn-install + + - remove --ignore-optional flag from the yarn install command. + ## 4.2.1 ### Patch Changes diff --git a/package.json b/package.json index db700a4e..68ada0bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.2.1", + "version": "4.2.2", "description": "", "author": "Toptal", "license": "MIT",