File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 5.9.1
6
+
5
7
- [ browser] ref: Fix regression with bundle size
6
8
7
9
## 5.9.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 5.9.0 " ,
3
+ "version" : " 5.9.1 " ,
4
4
"packages" : " packages/*" ,
5
5
"ignore" : " raven-*" ,
6
6
"npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/browser" ,
3
- "version" : " 5.9.0 " ,
3
+ "version" : " 5.9.1 " ,
4
4
"description" : " Official Sentry SDK for browsers" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/browser" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.browser' ;
2
- export const SDK_VERSION = '5.9.0 ' ;
2
+ export const SDK_VERSION = '5.9.1 ' ;
You can’t perform that action at this time.
0 commit comments