Skip to content

Commit 4a0261d

Browse files
author
Benjamin Coe
committed
chore(release): 4.1.0
1 parent 2be51d4 commit 4a0261d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="4.1.0"></a>
6+
# [4.1.0](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v4.0.0...v4.1.0) (2017-03-21)
7+
8+
9+
### Features
10+
11+
* 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))
12+
13+
14+
515
<a name="4.0.0"></a>
616
# [4.0.0](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v3.1.2...v4.0.0) (2017-02-07)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-istanbul",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"author": "Thai Pangsakulyanont @dtinth",
55
"license": "BSD-3-Clause",
66
"description": "A babel plugin that adds istanbul instrumentation to ES6 code",

0 commit comments

Comments
 (0)