Skip to content

Commit d8a2efa

Browse files
committed
v3.0.4
1 parent e803070 commit d8a2efa

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.0.4 (2016-09-09)
5+
-----
6+
7+
- Create "Bugsnag loaded" breadcrumb [#179](https://github.com/bugsnag/bugsnag-js/pull/179)
8+
49
3.0.3 (2016-09-08)
510
-----
611

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "bugsnag",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "./src/bugsnag.js"
55
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "bugsnag",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "./src/bugsnag.js"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugsnag-js",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "src/bugsnag.js",
55
"scripts": {
66
"test": "karma start --single-run",

src/bugsnag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
// Set up default notifier settings.
481481
var DEFAULT_BASE_ENDPOINT = "https://notify.bugsnag.com/";
482482
var DEFAULT_NOTIFIER_ENDPOINT = DEFAULT_BASE_ENDPOINT + "js";
483-
var NOTIFIER_VERSION = "3.0.3";
483+
var NOTIFIER_VERSION = "3.0.4";
484484

485485
// Keep a reference to the currently executing script in the DOM.
486486
// We'll use this later to extract settings from attributes.

0 commit comments

Comments
 (0)