Skip to content

Commit 3bdc73c

Browse files
committed
raven-node@2.6.4
1 parent 7ea4d0d commit 3bdc73c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

packages/raven-node/CHANGELOG.md

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

3+
## 2.6.4 - 2018-09-03
4+
5+
- fix: Updated uuid module (#1481)
6+
37
## 2.6.3 - 2018-06-20
48

59
- fix: Always pass request through parseRequest for raven-node (#1404)

packages/raven-node/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"name": "raven",
33
"description": "A standalone (Node.js) client for Sentry",
4-
"keywords": [
5-
"debugging",
6-
"errors",
7-
"exceptions",
8-
"logging",
9-
"raven",
10-
"sentry"
11-
],
12-
"version": "2.6.3",
4+
"keywords": ["debugging", "errors", "exceptions", "logging", "raven", "sentry"],
5+
"version": "2.6.4",
136
"repository": "git://github.com/getsentry/raven-js.git",
147
"license": "BSD-2-Clause",
158
"homepage": "https://github.com/getsentry/raven-js",
@@ -20,7 +13,8 @@
2013
},
2114
"scripts": {
2215
"lint": "eslint .",
23-
"test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
16+
"test":
17+
"NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
2418
"test-mocha": "NODE_ENV=test mocha",
2519
"test-full": "npm run test && cd test/instrumentation && ./run.sh"
2620
},

0 commit comments

Comments
 (0)