We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9ea5e commit 51c0ae6Copy full SHA for 51c0ae6
package.json
@@ -9,7 +9,7 @@
9
"debugging",
10
"exceptions"
11
],
12
- "version": "0.12.1",
+ "version": "1.0.0-beta.0",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"author": "Matt Robenolt <matt@ydekproductions.com>",
15
"license": "BSD-2-Clause",
test/raven.client.js
@@ -25,7 +25,7 @@ function restoreConsoleWarn() {
25
26
describe('raven.version', function () {
27
it('should be valid', function () {
28
- raven.version.should.match(/^\d+\.\d+\.\d+(-\w+)?$/);
+ raven.version.should.match(/^\d+\.\d+\.\d+(-\w+(\.\d+)?)?$/);
29
});
30
31
it('should match package.json', function () {
0 commit comments