We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebec8e4 commit 21c2615Copy full SHA for 21c2615
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.16.0
4
5
### Features
6
package.json
@@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/getsentry/sentry-capacitor"
7
},
8
- "version": "0.15.1",
+ "version": "0.16.0",
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 = '0.15.1';
+export const SDK_VERSION = '0.16.0';
0 commit comments