Skip to content

Commit

Permalink
chore: Release 8.0.2 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent bb21c9d commit 7782659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

### [8.0.2](https://www.github.com/gulpjs/glob-stream/compare/v8.0.1...v8.0.2) (2024-04-08)


### Bug Fixes

* Avoid blowing the call stack when processing many files ([#133](https://www.github.com/gulpjs/glob-stream/issues/133)) ([bb21c9d](https://www.github.com/gulpjs/glob-stream/commit/bb21c9dc14b52ff275e5c4ab3e2c3c7de9dd63f8))
* Avoid following circular symlinks ([#126](https://www.github.com/gulpjs/glob-stream/issues/126)) ([cf8b197](https://www.github.com/gulpjs/glob-stream/commit/cf8b1971a239e165a61654dffeac546faae449fc))
* Only traverse directories that can match the glob base ([#131](https://www.github.com/gulpjs/glob-stream/issues/131)) ([8e74e21](https://www.github.com/gulpjs/glob-stream/commit/8e74e21840fd38cef4cbce050c99690349b4ee92))

### [8.0.1](https://www.github.com/gulpjs/glob-stream/compare/v8.0.0...v8.0.1) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "glob-stream",
"version": "8.0.1",
"version": "8.0.2",
"description": "Readable streamx interface over anymatch.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 7782659

Please sign in to comment.