Skip to content

Commit 4dffec7

Browse files
committed
release: 3.0.0-beta.1
1 parent 33496b1 commit 4dffec7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## V3
10-
11-
## Unreleased
9+
## 3.0.0-beta.1
1210

1311
### Break Changes
1412

@@ -108,6 +106,8 @@ For more informations, please go to the following link: https://docs.sentry.io/p
108106
- [changelog](https://github.com/getsentry/sentry-javascript/blob/10.27.0/CHANGELOG.md)
109107
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.46.0...10.27.0)
110108

109+
## V3
110+
111111
## 2.4.1
112112

113113
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/getsentry/sentry-capacitor"
77
},
8-
"version": "2.4.1",
8+
"version": "3.0.0-beta.1",
99
"description": "Official Sentry SDK for Capacitor",
1010
"types": "dist/esm/index.d.ts",
1111
"main": "dist/build/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor';
22
export const SDK_NAME = 'sentry.javascript.capacitor';
3-
export const SDK_VERSION = '2.4.1';
3+
export const SDK_VERSION = '3.0.0-beta.1';

0 commit comments

Comments
 (0)