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.
2 parents 7ee867d + ecb6bdb commit 9cedeeeCopy full SHA for 9cedeee
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "3.4.0",
3
- "version": "5.2.0",
+ "version": "5.2.1",
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.2.0';
+export const SDK_VERSION = '5.2.1';
0 commit comments