Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyblocks committed Sep 9, 2016
1 parent e803070 commit d8a2efa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.0.4 (2016-09-09)
-----

- Create "Bugsnag loaded" breadcrumb [#179](https://github.com/bugsnag/bugsnag-js/pull/179)

3.0.3 (2016-09-08)
-----

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bugsnag",
"version": "3.0.3",
"version": "3.0.4",
"main": "./src/bugsnag.js"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bugsnag",
"version": "3.0.3",
"version": "3.0.4",
"main": "./src/bugsnag.js"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-js",
"version": "3.0.3",
"version": "3.0.4",
"main": "src/bugsnag.js",
"scripts": {
"test": "karma start --single-run",
Expand Down
2 changes: 1 addition & 1 deletion src/bugsnag.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
// Set up default notifier settings.
var DEFAULT_BASE_ENDPOINT = "https://notify.bugsnag.com/";
var DEFAULT_NOTIFIER_ENDPOINT = DEFAULT_BASE_ENDPOINT + "js";
var NOTIFIER_VERSION = "3.0.3";
var NOTIFIER_VERSION = "3.0.4";

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

0 comments on commit d8a2efa

Please sign in to comment.