Skip to content

Commit 8173d70

Browse files
author
getsentry-bot
committed
Merge branch 'release/3.0.0-rc.1'
2 parents 9d72e9c + 69a4c3e commit 8173d70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## Unreleased
9+
## 3.0.0-rc.1
1010

1111
#### Sentry JavaScript V10
1212

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": "3.0.0-beta.3",
8+
"version": "3.0.0-rc.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 = '3.0.0-beta.3';
3+
export const SDK_VERSION = '3.0.0-rc.1';

0 commit comments

Comments
 (0)