From 56a588e3deab4494c6f41e14ed906f3d40511781 Mon Sep 17 00:00:00 2001 From: maxbittker Date: Tue, 20 Jun 2017 15:09:23 -0700 Subject: [PATCH] Version 2.1.0 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index de8a089..10d6214 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +# 2.1.0 - 6/20/2017 +- Truncate long lines in surrounding source to avoid sending large ammounts of minified code [See #329] +- Refactor automatic breadcrumb instrumentation of modules to accomadate build tools [See #322] +- Testing for Node 8 [See #328] + # 2.0.2 - 5/24/2017 - Fix issue with sending empty request details when no request is present [See #324] diff --git a/package.json b/package.json index 2d3d979..62e4d0a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "debugging", "exceptions" ], - "version": "2.0.2", + "version": "2.1.0", "repository": "git://github.com/getsentry/raven-node.git", "author": "Matt Robenolt ", "license": "BSD-2-Clause",