diff --git a/CHANGELOG.md b/CHANGELOG.md index aa57d4f..ce9cf52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [7.0.0](https://www.github.com/istanbuljs/babel-plugin-istanbul/compare/v6.1.1...v7.0.0) (2024-07-05) + + +### ⚠ BREAKING CHANGES + +* Drop support for Node versions 8 and 10 + +### Bug Fixes + +* 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)) +* 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)) + ### [6.1.1](https://www.github.com/istanbuljs/babel-plugin-istanbul/compare/v6.1.0...v6.1.1) (2021-10-16) diff --git a/package.json b/package.json index 83c9660..79604bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-istanbul", - "version": "6.1.1", + "version": "7.0.0", "author": "Thai Pangsakulyanont @dtinth", "license": "BSD-3-Clause", "description": "A babel plugin that adds istanbul instrumentation to ES6 code",