From 31fe446509039dc3b484f3e0e10080c30ca49462 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:26:17 +0100 Subject: [PATCH] chore: version packages (#122) Co-authored-by: github-actions[bot] --- .changeset/forty-olives-raise.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/forty-olives-raise.md diff --git a/.changeset/forty-olives-raise.md b/.changeset/forty-olives-raise.md deleted file mode 100644 index 52edaddc..00000000 --- a/.changeset/forty-olives-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -- use the latest version of gha internally diff --git a/CHANGELOG.md b/CHANGELOG.md index 2851e133..e01cb52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # davinci-github-actions +## 4.10.2 + +### Patch Changes + +- [#121](https://github.com/toptal/davinci-github-actions/pull/121) [`6d4f0b5`](https://github.com/toptal/davinci-github-actions/commit/6d4f0b5db547a7a18c5e82013b62a32473b8f8e8) Thanks [@TomasSlama](https://github.com/TomasSlama)! - --- + + - use the latest version of gha internally + ## 4.10.1 ### Patch Changes diff --git a/package.json b/package.json index ee78e0e8..ddb0559a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.10.1", + "version": "4.10.2", "description": "", "author": "Toptal", "license": "MIT",