Skip to content

Commit

Permalink
chore: release 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 21, 2024
1 parent 8d10638 commit 4016368
Show file tree
Hide file tree
Showing 3 changed files with 11 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.4"
".": "6.0.5"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

### Chores

* [`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])
* [`8d10638`](https://github.com/npm/ignore-walk/commit/8d106380d74a19c15ed4aded10aafac4c290b8b5) [#126](https://github.com/npm/ignore-walk/pull/126) 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
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.4",
"version": "6.0.5",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit 4016368

Please sign in to comment.