From 96424bdf7c079838e881c6102a2ffb4a9386eb4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:02:32 +0300 Subject: [PATCH] chore: version packages (#129) Co-authored-by: github-actions[bot] --- .changeset/update.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/update.md diff --git a/.changeset/update.md b/.changeset/update.md deleted file mode 100644 index 3cf48af1..00000000 --- a/.changeset/update.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -- set the `danger` environment variable to ensure that all API requests are performed on the correct domain \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4070d5..6f705f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # davinci-github-actions +## 4.10.4 + +### Patch Changes + +- [#128](https://github.com/toptal/davinci-github-actions/pull/128) [`83acd56`](https://github.com/toptal/davinci-github-actions/commit/83acd562a8fe55548995a6ca5c01cdda5733f081) Thanks [@dmaklygin](https://github.com/dmaklygin)! - --- + + - set the `danger` environment variable to ensure that all API requests are performed on the correct domain + ## 4.10.3 ### Patch Changes diff --git a/package.json b/package.json index e2346966..4652618a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "4.10.3", + "version": "4.10.4", "description": "", "author": "Toptal", "license": "MIT",