Skip to content

Commit d02b693

Browse files
committed
Release 2.0.0
1 parent 3767094 commit d02b693

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Diff for: dist/raven.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Raven() {
8181
*/
8282

8383
Raven.prototype = {
84-
VERSION: '2.0.0-rc2',
84+
VERSION: '2.0.0',
8585

8686
debug: false,
8787

Diff for: dist/raven.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/raven.min.map

+1-1
Large diffs are not rendered by default.

Diff for: dist/sri.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"@dist/raven.js": {
33
"hashes": {
4-
"sha256": "EcUm8aiNQoLhhyM2Epy81QlYODpcunXBzX9mtf1Nbjo=",
5-
"sha512": "VJn9LcUHpKbaJBDOFZUp2NlporHanMI4OK/0yyRZqUYK9nq+DCqwefeOthmYgr+31CxF90ol9go8hFK6v9Pn8Q=="
4+
"sha256": "YUHjJPYdEw3bT4F98xyt3oGoHXw900KdF7IyruSaLnA=",
5+
"sha512": "i+iP/jcNGwly0KidFvgUcEAH4zzyeiWJIwWYVqRsUZaC2DH+U5O5YhVUOO6D1MZOBxGiqhCaCe4BxoQDOItnjQ=="
66
},
77
"type": null,
8-
"integrity": "sha256-EcUm8aiNQoLhhyM2Epy81QlYODpcunXBzX9mtf1Nbjo= sha512-VJn9LcUHpKbaJBDOFZUp2NlporHanMI4OK/0yyRZqUYK9nq+DCqwefeOthmYgr+31CxF90ol9go8hFK6v9Pn8Q==",
8+
"integrity": "sha256-YUHjJPYdEw3bT4F98xyt3oGoHXw900KdF7IyruSaLnA= sha512-i+iP/jcNGwly0KidFvgUcEAH4zzyeiWJIwWYVqRsUZaC2DH+U5O5YhVUOO6D1MZOBxGiqhCaCe4BxoQDOItnjQ==",
99
"path": "dist/raven.js"
1010
},
1111
"@dist/raven.min.js": {
1212
"hashes": {
13-
"sha256": "q5FrfC+Z+HZUD4WALLcwdkbrhTugDMwLrKRHOwPwZek=",
14-
"sha512": "og3Pp6m3d4yz23yziD/J/Kwu1YrBg1obiWNj5nIfwhCVfyxEWYCkO6hXEhVG0h8dmc7R8S4agofwdUJEKCKF3A=="
13+
"sha256": "iQZ79i+I68M6WGC5/+LDjAE+FgqzklvfzX4b3X0rA1k=",
14+
"sha512": "U4qerTxhgVitu6fQ9YhZ+QpTlYhSWduvPKzQFBEwuxPNYNU/IP2RWdRrBte5lLFBZz7oD4yQVrXbaSOovZ+TSQ=="
1515
},
1616
"type": null,
17-
"integrity": "sha256-q5FrfC+Z+HZUD4WALLcwdkbrhTugDMwLrKRHOwPwZek= sha512-og3Pp6m3d4yz23yziD/J/Kwu1YrBg1obiWNj5nIfwhCVfyxEWYCkO6hXEhVG0h8dmc7R8S4agofwdUJEKCKF3A==",
17+
"integrity": "sha256-iQZ79i+I68M6WGC5/+LDjAE+FgqzklvfzX4b3X0rA1k= sha512-U4qerTxhgVitu6fQ9YhZ+QpTlYhSWduvPKzQFBEwuxPNYNU/IP2RWdRrBte5lLFBZz7oD4yQVrXbaSOovZ+TSQ==",
1818
"path": "dist/raven.min.js"
1919
}
2020
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-js",
3-
"version": "2.0.0-rc2",
3+
"version": "2.0.0",
44
"license": "BSD-2-Clause",
55
"homepage": "https://getsentry.com",
66
"scripts": {

Diff for: test/raven.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ describe('globals', function() {
10371037
extra: {'session:duration': 100},
10381038
});
10391039
assert.deepEqual(opts.auth, {
1040-
sentry_client: 'raven-js/2.0.0-rc2',
1040+
sentry_client: 'raven-js/2.0.0',
10411041
sentry_key: 'abc',
10421042
sentry_version: '7'
10431043
});

0 commit comments

Comments
 (0)