From 483188fcc95a7bc234f8e961bd66e60494a6b302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:28:34 +0300 Subject: [PATCH] chore: version packages (#111) Co-authored-by: github-actions[bot] --- .changeset/famous-apricots-live.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/famous-apricots-live.md diff --git a/.changeset/famous-apricots-live.md b/.changeset/famous-apricots-live.md deleted file mode 100644 index 40cf281d..00000000 --- a/.changeset/famous-apricots-live.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -### build-push-release-image - -- bump yarn-install action to newer version diff --git a/CHANGELOG.md b/CHANGELOG.md index 822ab98d..00350d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # davinci-github-actions +## 4.8.6 + +### Patch Changes + +- [#110](https://github.com/toptal/davinci-github-actions/pull/110) [`8011c3f`](https://github.com/toptal/davinci-github-actions/commit/8011c3f061dae796122df58c3143b129aec451c7) Thanks [@eceakcck](https://github.com/eceakcck)! - --- + + ### build-push-release-image + + - bump yarn-install action to newer version + ## 4.8.5 ### Patch Changes diff --git a/package.json b/package.json index f560c8ec..30203708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.8.5", + "version": "4.8.6", "description": "", "author": "Toptal", "license": "MIT",