We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76644bf + 3060a6e commit 131167dCopy full SHA for 131167d
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