We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2685cb + 71412c6 commit d0ae28eCopy full SHA for d0ae28e
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "3.4.0",
3
- "version": "5.1.0",
+ "version": "5.1.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.1.0';
+export const SDK_VERSION = '5.1.1';
0 commit comments