Skip to content

Commit 21c2615

Browse files
committed
release: 0.16.0
1 parent ebec8e4 commit 21c2615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.16.0
44

55
### Features
66

package.json

+1-1
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": "0.15.1",
8+
"version": "0.16.0",
99
"description": "Official Sentry SDK for Capacitor",
1010
"types": "dist/esm/index.d.ts",
1111
"main": "dist/build/index.js",

src/version.ts

+1-1
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 = '0.15.1';
3+
export const SDK_VERSION = '0.16.0';

0 commit comments

Comments
 (0)