Skip to content

Commit 48ceb9d

Browse files
committed
Merge branch 'release/5.9.1'
* release/5.9.1: meta: 5.9.1 # Conflicts: # CHANGELOG.md
2 parents cab1dec + 4a81f68 commit 48ceb9d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Unreleased
44

55
- [browser] feat: Refactor breadcrumbs integration to allow for custom handlers
6+
7+
## 5.9.1
8+
69
- [browser] ref: Fix regression with bundle size
710

811
## 5.9.0

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
44
"packages": "packages/*",
55
"ignore": "raven-*",
66
"npmClient": "yarn",

packages/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/browser",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
44
"description": "Official Sentry SDK for browsers",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",

packages/browser/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.browser';
2-
export const SDK_VERSION = '5.9.0';
2+
export const SDK_VERSION = '5.9.1';

0 commit comments

Comments
 (0)