Skip to content

Commit

Permalink
chore: release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Nov 29, 2023
1 parent b587cc3 commit a61ab83
Show file tree
Hide file tree
Showing 3 changed files with 10 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.3"
".": "6.0.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.0.4](https://github.com/npm/ignore-walk/compare/v6.0.3...v6.0.4) (2023-11-29)

### Bug Fixes

* [`b587cc3`](https://github.com/npm/ignore-walk/commit/b587cc32f430dc8d3052cb2905416e301f26df0d) handling of nested unignores (#119) (@mohd-akram)
* [`493401a`](https://github.com/npm/ignore-walk/commit/493401a71e71ab3f1137a27c65e1a4412d93ae26) recursive directory ignore rules (#118) (@wraithgar, @LinqLover)
* [`0bb0972`](https://github.com/npm/ignore-walk/commit/0bb0972643eb52cfd828d769ef7602323e427df5) [#116](https://github.com/npm/ignore-walk/pull/116) disallow child unignoring parent directory ignore (#116) (@mohd-akram)

## [6.0.3](https://github.com/npm/ignore-walk/compare/v6.0.2...v6.0.3) (2023-04-26)

### Dependencies
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.3",
"version": "6.0.4",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit a61ab83

Please sign in to comment.