From d1f439cc577c7565bbcf46f0a26379c37a6c07c6 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Tue, 2 Sep 2025 17:18:30 +0200 Subject: [PATCH] meta: Add changelog entry for 4.3.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1181fc40..f1a36784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 4.3.0 + +- feat(core): Extend deploy option to allow opting out of automatic deploy creation ([#801](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/801)) +- feat(core): No asset globbing for direct upload ([#800](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/800)) + ## 4.2.0 - feat(core): Add `prepareArtifacts` option for uploading sourcemaps ([#794](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/794))