From 4a0261d71b9a3f4813f505ad9677efa3bcad908d Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 20 Mar 2017 23:38:33 -0700 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0957bd..1690599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [4.1.0](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v4.0.0...v4.1.0) (2017-03-21) + + +### Features + +* add includeUntested option to expose coverage of all instrumented files ([#80](https://github.com/istanbuljs/babel-plugin-istanbul/issues/80)) ([b078bbd](https://github.com/istanbuljs/babel-plugin-istanbul/commit/b078bbd)) + + + # [4.0.0](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v3.1.2...v4.0.0) (2017-02-07) diff --git a/package.json b/package.json index 93e65b7..098a350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-istanbul", - "version": "4.0.0", + "version": "4.1.0", "author": "Thai Pangsakulyanont @dtinth", "license": "BSD-3-Clause", "description": "A babel plugin that adds istanbul instrumentation to ES6 code",