File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
> [ migration guide] ( https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/ ) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
- ## Unreleased
9
+ ## 1.0.1
10
10
11
11
### Dependencies
12
12
13
13
- Bump JavaScript SDK from v8.27.0 to v8.33.0 ([ #746 ] ( https://github.com/getsentry/sentry-capacitor/pull/746 ) )
14
14
- [ changelog] ( https://github.com/getsentry/sentry-javascript/blob/8.33.0/CHANGELOG.md )
15
15
- [ diff] ( https://github.com/getsentry/sentry-javascript/compare/8.27.0...8.33.0 )
16
16
17
-
18
17
## 1.0.0
19
18
20
19
### How to Upgrade to Version 1:
Original file line number Diff line number Diff line change 5
5
"type" : " git" ,
6
6
"url" : " https://github.com/getsentry/sentry-capacitor"
7
7
},
8
- "version" : " 1.0.0 " ,
8
+ "version" : " 1.0.1 " ,
9
9
"description" : " Official Sentry SDK for Capacitor" ,
10
10
"types" : " dist/esm/index.d.ts" ,
11
11
"main" : " dist/build/index.js" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor' ;
2
2
export const SDK_NAME = 'sentry.javascript.capacitor' ;
3
- export const SDK_VERSION = '1.0.0 ' ;
3
+ export const SDK_VERSION = '1.0.1 ' ;
You can’t perform that action at this time.
0 commit comments