Skip to content

Commit 9f006e9

Browse files
author
Benjamin Coe
committed
chore(release): 5.0.0
1 parent a9e1564 commit 9f006e9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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="5.0.0"></a>
6+
# [5.0.0](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v4.1.6...v5.0.0) (2018-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade to babel 7 and newest istanbul libraries ([#158](https://github.com/istanbuljs/babel-plugin-istanbul/issues/158)) ([a9e1564](https://github.com/istanbuljs/babel-plugin-istanbul/commit/a9e1564))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop node 4 support, upgrade to babel 7, stop shipping @babel/plugin-syntax-object-rest-spread
17+
18+
19+
520
<a name="4.1.6"></a>
621
## <small>4.1.6 (2018-03-09)</small>
722

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-istanbul",
3-
"version": "4.1.6",
3+
"version": "5.0.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)