Skip to content

Commit

Permalink
chore(master): release test-exclude 7.0.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 9, 2024
1 parent a94d0d3 commit a1955c5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "7.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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://github.com/istanbuljs/test-exclude/compare/test-exclude-v6.0.0...test-exclude-v7.0.0) (2024-06-09)


### ⚠ BREAKING CHANGES

* **deps:** Node 18 is now the minimum required version.

### Bug Fixes

* **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))

## [6.0.0](https://github.com/istanbuljs/test-exclude/compare/v6.0.0-alpha.3...v6.0.0) (2019-12-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-exclude",
"version": "6.0.0",
"version": "7.0.0",
"description": "test for inclusion or exclusion of paths using globs",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a1955c5

Please sign in to comment.