From be8e4d18401a730f4939ba24b59d46a43a301d68 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Tue, 28 Oct 2025 10:59:32 +0100 Subject: [PATCH] meta(changelog): Update changelog for 4.6.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c46ed91..85fdc9b6 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.6.0 + +- fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds ([#818](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/818)) +- feat(core): Bump @sentry/cli from 2.51.0 to 2.57.0 ([#819](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/819)) + ## 4.5.0 - docs: added info on debug flag value precedence ([#811](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/811))