From b584492fa7ffee33e3bb04ec18945af33f254a6c Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Fri, 18 Jul 2025 15:26:43 +0200 Subject: [PATCH 1/2] meta: Update changelog for 4.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957e8f71..6e26bc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 4.0.0 + +### Breaking Changes + +- (Type change) Vite plugin now returns `VitePlugin` type instead of `any` +- Deprecated function `getBuildInformation` has been removed + +### List of Changes + +- feat(core)!: Remove `getBuildInformation` export ([#765](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/765)) +- feat(vite): Update return type of vite plugin ([#728](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/728)) + ## 3.6.1 - fix(core): Observe and handle Sentry CLI sourcemap upload failures ([#763](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/763)) From 0fe7001b3ce2338f9bd5205af09cb3edd995f228 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Fri, 18 Jul 2025 15:28:01 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e26bc5b..298ecb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ ### List of Changes - feat(core)!: Remove `getBuildInformation` export ([#765](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/765)) -- feat(vite): Update return type of vite plugin ([#728](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/728)) +- feat(vite)!: Update return type of vite plugin ([#728](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/728)) ## 3.6.1