File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.2.0
10
10
11
11
### Features
12
12
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.1 .0" ,
8
+ "version" : " 1.2 .0" ,
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.1 .0' ;
3
+ export const SDK_VERSION = '1.2 .0' ;
You can’t perform that action at this time.
0 commit comments