8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76644bf commit 3060a6eCopy full SHA for 3060a6e
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "3.4.0",
3
- "version": "5.6.2",
+ "version": "5.6.3",
4
"packages": "packages/*",
5
"ignore": "raven-*",
6
"npmClient": "yarn",
packages/browser/package.json
"name": "@sentry/browser",
"description": "Official Sentry SDK for browsers",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
packages/browser/src/version.ts
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.browser';
-export const SDK_VERSION = '5.6.2';
+export const SDK_VERSION = '5.6.3';
0 commit comments