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 npm-cli-bot committed Nov 29, 2023
1 parent a816734 commit 15b9312
Show file tree
Hide file tree
Showing 3 changed files with 9 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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* [`a816734`](https://github.com/npm/ignore-walk/commit/a816734fd713e897da1ee17881156113ff25079f) handling of nested unignores (#119) (@mohd-akram)
* [`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 15b9312

Please sign in to comment.