Skip to content

Commit a83da58

Browse files
committed
release: 4.0.4
1 parent fd30f82 commit a83da58

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 4.0.4
6+
7+
- [browser] feat: Add `forceLoad` and `onLoad` function to be compatible with loader API
8+
59
## 4.0.3
610

711
- [browser] feat: Better dedupe integration event description

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"packages": "packages/*",
55
"ignore": "raven-*",
66
"npmClient": "yarn",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/browser",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Offical Sentry SDK for browsers",
55
"repository": "git://github.com/getsentry/raven-js.git",
66
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/browser",

packages/browser/src/version.ts

Lines changed: 1 addition & 1 deletion
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 = '4.0.3';
2+
export const SDK_VERSION = '4.0.4';

0 commit comments

Comments
 (0)