From 89dd6648f00269d57697b02f9793342df398e394 Mon Sep 17 00:00:00 2001 From: gotwarlost Date: Sat, 29 Aug 2015 17:44:14 -0700 Subject: [PATCH] Up version, changelog, contributors --- CHANGELOG.md | 5 +++++ package.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c766a1..ba5bcf27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog + + + + + diff --git a/package.json b/package.json index ea50480c..451c3521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "istanbul", - "version": "0.3.18", + "version": "0.3.19", "description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", "keywords": [ "coverage", @@ -66,7 +66,8 @@ "Mordy Tikotzky ", "Haoliang Gao @popomore ", "Roderick Hsiao @roderickhsiao", - "Nikita Gusakov @nkt" + "Nikita Gusakov @nkt", + "Alex Dunphy @alexdunphy " ], "scripts": { "pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
v0.3.19Fix instrumenter for multiple blank array positions, thanks @alexdunphy
v0.3.18 Upgrade esprima, get support for more ES6 features