Skip to content

Commit 116404a

Browse files
committed
release: 1.0.1
1 parent 961e89b commit 116404a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

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

1111
### Dependencies
1212

1313
- Bump JavaScript SDK from v8.27.0 to v8.33.0 ([#746](https://github.com/getsentry/sentry-capacitor/pull/746))
1414
- [changelog](https://github.com/getsentry/sentry-javascript/blob/8.33.0/CHANGELOG.md)
1515
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.27.0...8.33.0)
1616

17-
1817
## 1.0.0
1918

2019
### How to Upgrade to Version 1:

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": "1.0.0",
8+
"version": "1.0.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 = '1.0.0';
3+
export const SDK_VERSION = '1.0.1';

0 commit comments

Comments
 (0)