From e8c55b13bf1bff188eefa4be4e838d645673dd89 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 28 Jun 2023 09:51:53 +0200 Subject: [PATCH] meta: Update changelog for 2.4.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6490979..9def9e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 2.4.0 + +- docs: Update instructions to install Vite plugin via pnpm (#331) +- docs: Update minimum supported Node.js version to 14 (#327) +- feat: Add configuration via `.env.sentry-build-plugin` file (#333) +- ref: Use full git SHA for release name (#330) + +Work in this release contributed by @ffxsam and @emilsivervik. Thank you for your contributions! + ## 2.3.0 - feat(webpack): Generate deterministic debug IDs (#321)