Skip to content

Commit d45156b

Browse files
committed
v3.0.1
1 parent 0ea3ce1 commit d45156b

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ that the javascript will never change, feel free to include the specific version
479479
directly.
480480

481481
```html
482-
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.0.0.min.js"
482+
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.0.1.min.js"
483483
data-apikey="YOUR-API-KEY-HERE"></script>
484484
```
485485

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "bugsnag",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "./src/bugsnag.js"
5-
}
5+
}

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "bugsnag",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"main": "./src/bugsnag.js"
5-
}
5+
}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "bugsnag-js",
3-
"version": "3.0.0",
4-
"main": "src/bugsnag.js",
5-
"scripts": {
6-
"test": "grunt test"
7-
},
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/bugsnag/bugsnag-js"
11-
},
12-
"devDependencies": {
13-
"browserstack-test": "~0.2.10",
14-
"grunt": "~0.4.2",
15-
"grunt-bumpx": "~0.1.0",
16-
"grunt-contrib-connect": "~0.5.0",
17-
"grunt-contrib-watch": "~0.5.2",
18-
"grunt-docco": "~0.4.0",
19-
"grunt-invalidate-cloudfront": "~0.1.4",
20-
"grunt-mocha-phantomjs": "^2.0.1",
21-
"grunt-regex-replace": "~0.2.5",
22-
"grunt-s3": "git://github.com/pifantastic/grunt-s3",
23-
"gruntify-eslint": "^1.3.0",
24-
"mocha": "~1.15.1",
25-
"mocha-browserstack": "~0.2.2",
26-
"uglifyjs": "latest"
27-
}
28-
}
2+
"name": "bugsnag-js",
3+
"version": "3.0.1",
4+
"main": "src/bugsnag.js",
5+
"scripts": {
6+
"test": "grunt test"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/bugsnag/bugsnag-js"
11+
},
12+
"devDependencies": {
13+
"browserstack-test": "~0.2.10",
14+
"grunt": "~0.4.2",
15+
"grunt-bumpx": "~0.1.0",
16+
"grunt-contrib-connect": "~0.5.0",
17+
"grunt-contrib-watch": "~0.5.2",
18+
"grunt-docco": "~0.4.0",
19+
"grunt-invalidate-cloudfront": "~0.1.4",
20+
"grunt-mocha-phantomjs": "^2.0.1",
21+
"grunt-regex-replace": "~0.2.5",
22+
"grunt-s3": "git://github.com/pifantastic/grunt-s3",
23+
"gruntify-eslint": "^1.3.0",
24+
"mocha": "~1.15.1",
25+
"mocha-browserstack": "~0.2.2",
26+
"uglifyjs": "latest"
27+
}
28+
}

src/bugsnag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
// Set up default notifier settings.
469469
var DEFAULT_BASE_ENDPOINT = "https://notify.bugsnag.com/";
470470
var DEFAULT_NOTIFIER_ENDPOINT = DEFAULT_BASE_ENDPOINT + "js";
471-
var NOTIFIER_VERSION = "3.0.0";
471+
var NOTIFIER_VERSION = "3.0.1";
472472

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

0 commit comments

Comments
 (0)