Skip to content

Commit e17da32

Browse files
committed
Update docs, changelog for 2.0.4
1 parent 165452b commit e17da32

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.4
4+
* BUGFIX: Fixed bug where Raven.VERSION was not set when required as a CommonJS module.
5+
36
## 2.0.2
47
* BUGFIX: Fixed bug where wrapped requestAnimationFrame didn't return callback ID. See: https://github.com/getsentry/raven-js/pull/460
58

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Putting it all together
230230
<body>
231231
...
232232
<script src="jquery.min.js"></script>
233-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
233+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
234234
<script>
235235
Raven.config('___PUBLIC_DSN___', {
236236
logger: 'my-logger',

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scripts. For all details see :doc:`install`.
2626

2727
.. sourcecode:: html
2828

29-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
29+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
3030

3131
Configuring the Project
3232
-----------------------

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ So for example:
99
.. sourcecode:: html
1010

1111
<script src="jquery.js"></script>
12-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
1313
<script>Raven.config('___PUBLIC_DSN___').install();</script>
1414
<script src="app.js"></script>
1515

@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`integrations <integrations/ind
2828

2929
.. sourcecode:: html
3030

31-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
31+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
3232

3333
This version does not include any plugins. See `ravenjs.com
3434
<http://ravenjs.com/>`_ for more information about plugins and getting

docs/integrations/backbone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

docs/integrations/react.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/2.0.2/raven.min.js"></script>
12+
<script src="https://cdn.ravenjs.com/2.0.4/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

0 commit comments

Comments
 (0)