Skip to content

Commit ac8c592

Browse files
chore(master): release test-exclude 7.0.0
1 parent a94d0d3 commit ac8c592

4 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "7.0.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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://github.com/istanbuljs/test-exclude/compare/test-exclude-v6.0.0...test-exclude-v7.0.0) (2024-06-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** Node 18 is now the minimum required version.
11+
12+
### Bug Fixes
13+
14+
* **deps:** update deps making Node 18 minimum ([#56](https://github.com/istanbuljs/test-exclude/issues/56)) ([ad7dfe1](https://github.com/istanbuljs/test-exclude/commit/ad7dfe1beb553678725faeca158f9ae605b3f561))
15+
516
## [6.0.0](https://github.com/istanbuljs/test-exclude/compare/v6.0.0-alpha.3...v6.0.0) (2019-12-20)
617

718

package-lock.json

+2-2
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": "test-exclude",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "test for inclusion or exclusion of paths using globs",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)