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 8ddc507 commit e1befaaCopy full SHA for e1befaa
History.md
@@ -1,3 +1,7 @@
1
+# 2.2.1 - 10/02/2017
2
+
3
+- Remove unintentional memwatch-next dependency
4
5
# 2.2.0 - 10/02/2017
6
- Fixed all Node v8 tests to ensure everything is working correctly [See #366]
7
- Raven now uses Prettier to format it's code [See #364]
package.json
@@ -9,7 +9,7 @@
9
"raven",
10
"sentry"
11
],
12
- "version": "2.2.0",
+ "version": "2.2.1",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"license": "BSD-2-Clause",
15
"homepage": "https://github.com/getsentry/raven-node",
@@ -32,7 +32,6 @@
32
"dependencies": {
33
"cookie": "0.3.1",
34
"lsmod": "1.0.0",
35
- "memwatch-next": "^0.3.0",
36
"stack-trace": "0.0.9",
37
"timed-out": "4.0.1",
38
"uuid": "3.0.0"
0 commit comments