We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc77df9 commit 2496c60Copy full SHA for 2496c60
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.0-rc.1
4
5
### Dependencies
6
package.json
@@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/getsentry/sentry-capacitor"
7
},
8
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-rc.1",
9
"description": "Official Sentry SDK for Capacitor",
10
"types": "dist/esm/index.d.ts",
11
"main": "dist/build/index.js",
src/version.ts
@@ -1,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor';
export const SDK_NAME = 'sentry.javascript.capacitor';
-export const SDK_VERSION = '1.0.0-beta.1';
+export const SDK_VERSION = '1.0.0-rc.1';
0 commit comments