Skip to content

Commit

Permalink
production release of 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trackjs-robot committed Nov 20, 2018
1 parent d0c3e64 commit c0b6039
Show file tree
Hide file tree
Showing 8 changed files with 284 additions and 265 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
JavaScript Browser Agent Changelog
==================================

## [Version 3.0.1](https://cdn.trackjs.com/agent/3.0.1/t.js) (2018-11-10)

Features:
- None

Bugfixes:
- Updated install example with a safety check.
- Updated types definition to include the global object.


## [Version 3.0.0](https://cdn.trackjs.com/agent/3.0.0/t.js) (2018-10-29)

Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ start a free trial today?](https://trackjs.com/signup)
```html
<script src="PATH_TO_TRACKJS/t.js"></script>
<script>
TrackJS.install({ token: 'YOUR_TOKEN_HERE' });
window.TrackJS && TrackJS.install({ token: 'YOUR_TOKEN_HERE' });
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "trackjs",
"version": "3.0.0",
"version": "3.0.1",
"authors": ["TrackJS LLC"],
"description": "TrackJS JavaScript error monitoring agent.",
"license": "UNLICENSED",
Expand Down

0 comments on commit c0b6039

Please sign in to comment.