We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e3cfc7 + d6a1b5e commit acd4e6fCopy full SHA for acd4e6f
3 files changed
CHANGELOG.md
@@ -6,7 +6,7 @@
6
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
7
<!-- prettier-ignore-end -->
8
9
-## Unreleased
+## 4.0.0
10
11
#### Sentry Capacitor V4
12
package.json
@@ -5,7 +5,7 @@
5
"type": "git",
"url": "https://github.com/getsentry/sentry-capacitor"
},
- "version": "4.0.0-rc.1",
+ "version": "4.0.0",
"description": "Official Sentry SDK for Capacitor",
"types": "dist/esm/index.d.ts",
"main": "dist/build/index.js",
src/version.ts
@@ -1,3 +1,3 @@
1
export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor';
2
export const SDK_NAME = 'sentry.javascript.capacitor';
3
-export const SDK_VERSION = '4.0.0-rc.1';
+export const SDK_VERSION = '4.0.0';
0 commit comments