File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 5.8 .0" ,
3
+ "version" : " 5.9 .0" ,
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.8 .0" ,
3
+ "version" : " 5.9 .0" ,
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.8 .0' ;
2
+ export const SDK_VERSION = '5.9 .0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/node" ,
3
- "version" : " 5.8 .0" ,
3
+ "version" : " 5.9 .0" ,
4
4
"description" : " Offical Sentry SDK for Node.js" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/node" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.node' ;
2
- export const SDK_VERSION = '5.8 .0' ;
2
+ export const SDK_VERSION = '5.9 .0' ;
You can’t perform that action at this time.
0 commit comments