diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48dde3a..290bba1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.4" + ".": "6.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3945f9..7d94c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.0.5](https://github.com/npm/ignore-walk/compare/v6.0.4...v6.0.5) (2024-05-04) + +### Bug Fixes + +* [`d5644ff`](https://github.com/npm/ignore-walk/commit/d5644ffbf8c22a3f086bcc11984cf1f44026b53f) [#127](https://github.com/npm/ignore-walk/pull/127) linting: no-unused-vars (@lukekarrys) + +### Chores + +* [`c3ed705`](https://github.com/npm/ignore-walk/commit/c3ed7058062b465f3380e355bced1785a4482641) [#127](https://github.com/npm/ignore-walk/pull/127) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`477a720`](https://github.com/npm/ignore-walk/commit/477a7202b10d43aa4afdd308c18501a24718614a) [#121](https://github.com/npm/ignore-walk/pull/121) chore: chore: postinstall for dependabot template-oss PR (@lukekarrys) +* [`f5919cc`](https://github.com/npm/ignore-walk/commit/f5919cc2e3d377b7b36f59569e201fa967ac7d3c) [#114](https://github.com/npm/ignore-walk/pull/114) template-oss-apply (@dependabot[bot]) +* [`ce00723`](https://github.com/npm/ignore-walk/commit/ce00723c4ddd32fff5e07e765e2d19bcf9991b7b) [#127](https://github.com/npm/ignore-walk/pull/127) postinstall for dependabot template-oss PR (@lukekarrys) +* [`f77a3dc`](https://github.com/npm/ignore-walk/commit/f77a3dc9ead6f2de0e6de1682c6fc28f307bfcf0) [#126](https://github.com/npm/ignore-walk/pull/126) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) + ## [6.0.4](https://github.com/npm/ignore-walk/compare/v6.0.3...v6.0.4) (2023-11-29) ### Bug Fixes diff --git a/package.json b/package.json index 5fbdbeb..f44a7a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignore-walk", - "version": "6.0.4", + "version": "6.0.5", "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", "main": "lib/index.js", "devDependencies": {