Skip to content

Commit 37bb294

Browse files
chore: release 7.0.0 (#297)
1 parent 46bee63 commit 37bb294

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [7.0.0](https://www.github.com/istanbuljs/babel-plugin-istanbul/compare/v6.1.1...v7.0.0) (2024-07-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support for Node versions 8 and 10
11+
12+
### Bug Fixes
13+
14+
* container is falsy error with block scoping transform ([#291](https://www.github.com/istanbuljs/babel-plugin-istanbul/issues/291)) ([8e76919](https://www.github.com/istanbuljs/babel-plugin-istanbul/commit/8e7691901986d9aed751ff28724695e0beafb2a8))
15+
* update `istanbul-lib-instrument` to v6 ([#292](https://www.github.com/istanbuljs/babel-plugin-istanbul/issues/292)) ([643e080](https://www.github.com/istanbuljs/babel-plugin-istanbul/commit/643e0801b23f5f1f96786e70b2a08379fe909b1a))
16+
517
### [6.1.1](https://www.github.com/istanbuljs/babel-plugin-istanbul/compare/v6.1.0...v6.1.1) (2021-10-16)
618

719

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": "6.1.1",
3+
"version": "7.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)