Skip to content

Commit

Permalink
chore: release 7.0.0 (#143)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [7.0.0](v6.0.5...v7.0.0)
(2024-09-03)
### ⚠️ BREAKING CHANGES
* `ignore-walk` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`0379dab`](0379dab)
[#142](#142) align to npm 10 node
engine range (@hashtagchris)
### Chores
*
[`7575014`](7575014)
[#142](#142) run
template-oss-apply (@hashtagchris)
*
[`dce54bb`](dce54bb)
[#140](#140) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`38ac197`](38ac197)
[#141](#141) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`40cc562`](40cc562)
[#141](#141) bump
@npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
1 parent 7575014 commit 229fc71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.5"
".": "7.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [7.0.0](https://github.com/npm/ignore-walk/compare/v6.0.5...v7.0.0) (2024-09-03)
### ⚠️ BREAKING CHANGES
* `ignore-walk` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`0379dab`](https://github.com/npm/ignore-walk/commit/0379dabeddd067b3afdcf185b321483d9c766b28) [#142](https://github.com/npm/ignore-walk/pull/142) align to npm 10 node engine range (@hashtagchris)
### Chores
* [`7575014`](https://github.com/npm/ignore-walk/commit/75750146afa38e2b4da92725611ee2f9baf9b5e8) [#142](https://github.com/npm/ignore-walk/pull/142) run template-oss-apply (@hashtagchris)
* [`dce54bb`](https://github.com/npm/ignore-walk/commit/dce54bb6d486f99b5fd874cb3f9235f88a918d9a) [#140](https://github.com/npm/ignore-walk/pull/140) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
* [`38ac197`](https://github.com/npm/ignore-walk/commit/38ac197e7edc3bd235bd30d4e33eecd24ed73bc0) [#141](https://github.com/npm/ignore-walk/pull/141) postinstall for dependabot template-oss PR (@hashtagchris)
* [`40cc562`](https://github.com/npm/ignore-walk/commit/40cc562a5181d7ef21d4032d09f3708df0cfb01b) [#141](https://github.com/npm/ignore-walk/pull/141) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

## [6.0.5](https://github.com/npm/ignore-walk/compare/v6.0.4...v6.0.5) (2024-05-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignore-walk",
"version": "6.0.5",
"version": "7.0.0",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit 229fc71

Please sign in to comment.