Skip to content

Commit

Permalink
Merge pull request #331 from MindscapeHQ/v2.16.0
Browse files Browse the repository at this point in the history
Update version to 2.16.0
  • Loading branch information
BenjaminHarding authored Jun 10, 2019
2 parents c0bb229 + f5c5255 commit ee28e9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* v2.16.0
- Add paint timings to RUM page load metrics using the performance api & msFirstPaint
- Wrap response code get 'text' in a try catch

* v2.15.3
- Change the key for the status code which gets sent to RUM to statusCode to match the API
- Prepend the protocol to the URL in the resolveFullUrl function to accommodate URLs without protocols
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raygun4js",
"version": "2.15.3",
"version": "2.16.0",
"homepage": "http://raygun.io",
"authors": [
"Mindscape <hello@raygun.io>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"title": "Raygun4js",
"description": "Raygun.io plugin for JavaScript",
"version": "2.15.3",
"version": "2.16.0",
"homepage": "https://github.com/MindscapeHQ/raygun4js",
"author": {
"name": "MindscapeHQ",
Expand Down
2 changes: 1 addition & 1 deletion raygun4js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>raygun4js</id>
<version>2.15.3</version>
<version>2.16.0</version>
<title>Raygun4js</title>
<authors>Mindscape Limited</authors>
<owners>Mindscape Limited</owners>
Expand Down

0 comments on commit ee28e9e

Please sign in to comment.