Skip to content

Commit

Permalink
v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Dec 1, 2017
1 parent 2e1895f commit 9cee10e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

3.3.3 (2017-12-01)
-----

### Bug fixes

- Ensure user-supplied severity in a callback is retained. Credit @apexskier (#276).

3.3.2 (2017-11-06)
-----

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.3.2",
"version": "3.3.3",
"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.3.2",
"version": "3.3.3",
"main": "./src/bugsnag.js"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"reporting",
"client-side"
],
"version": "3.3.2",
"version": "3.3.3",
"license": "MIT",
"main": "src/bugsnag.js",
"types": "src/bugsnag.d.ts",
Expand Down Expand Up @@ -45,4 +45,4 @@
"mocha": "~1.15.1",
"uglifyjs": "^2.4.10"
}
}
}
2 changes: 1 addition & 1 deletion src/bugsnag.js
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,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.3.2";
var NOTIFIER_VERSION = "3.3.3";

// 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 9cee10e

Please sign in to comment.