From 8aa2c06b1e1adf0be94b0234fd816e8d5cf48128 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:20:50 +0200 Subject: [PATCH] chore: version packages (#199) Co-authored-by: github-actions[bot] --- .changeset/clever-kiwis-grin.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/clever-kiwis-grin.md diff --git a/.changeset/clever-kiwis-grin.md b/.changeset/clever-kiwis-grin.md deleted file mode 100644 index 94cd1a96..00000000 --- a/.changeset/clever-kiwis-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': minor ---- - -- pass additional variables to upload source maps action diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dd5c01..15cb3834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 9.1.0 + +### Minor Changes + +- [#197](https://github.com/toptal/davinci-github-actions/pull/197) [`706ff24`](https://github.com/toptal/davinci-github-actions/commit/706ff2459054185699581b5796604f6f5a7c8056) Thanks [@pudek357](https://github.com/pudek357)! +- pass additional variables to upload source maps action + ## 9.0.2 ### Patch Changes diff --git a/package.json b/package.json index 4ad749dd..861a3280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "9.0.2", + "version": "9.1.0", "description": "", "author": "Toptal", "license": "MIT",