We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96da519 commit 469d0e5Copy full SHA for 469d0e5
1 file changed
CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
6
7
+## 4.0.0
8
+
9
+### Breaking Changes
10
11
+- (Type change) Vite plugin now returns `VitePlugin` type instead of `any`
12
+- Deprecated function `getBuildInformation` has been removed
13
14
+### List of Changes
15
16
+- feat(core)!: Remove `getBuildInformation` export ([#765](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/765))
17
+- feat(vite)!: Update return type of vite plugin ([#728](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/728))
18
19
## 3.6.1
20
21
- fix(core): Observe and handle Sentry CLI sourcemap upload failures ([#763](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/763))
0 commit comments