From 6a45e88cd2de77b7abbdf93e11ca8221fed741a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:14:41 +0200 Subject: [PATCH] chore: version packages (#210) Co-authored-by: github-actions[bot] --- .changeset/wicked-chairs-hunt.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wicked-chairs-hunt.md diff --git a/.changeset/wicked-chairs-hunt.md b/.changeset/wicked-chairs-hunt.md deleted file mode 100644 index ec22665e..00000000 --- a/.changeset/wicked-chairs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- bump actions/checkout from 4.0.0 to 4.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c85afca0..0fee3a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 10.0.1 + +### Patch Changes + +- [#209](https://github.com/toptal/davinci-github-actions/pull/209) [`bc21921`](https://github.com/toptal/davinci-github-actions/commit/bc21921afd63e695c95aae94b8e9b57a4b59b86e) Thanks [@dependabot](https://github.com/apps/dependabot)! +- bump actions/checkout from 4.0.0 to 4.1.0 + ## 10.0.0 ### Major Changes diff --git a/package.json b/package.json index 876eb4b9..1156409f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "10.0.0", + "version": "10.0.1", "description": "", "author": "Toptal", "license": "MIT",