Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 8.0.1 #123

Merged
merged 1 commit into from Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* Avoid pushing additional paths to queue when error occurs ([#124](https://www.github.com/gulpjs/glob-stream/issues/124)) ([8eaab85](https://www.github.com/gulpjs/glob-stream/commit/8eaab85cbc7254d2e74d308c822df50a9e7aaf4a))
* Traverse symlink folders ([#122](https://www.github.com/gulpjs/glob-stream/issues/122)) ([d49d9bd](https://www.github.com/gulpjs/glob-stream/commit/d49d9bd8042650ce91c190ab0ec20be716b2fade))

## [8.0.0](https://www.github.com/gulpjs/glob-stream/compare/v7.0.0...v8.0.0) (2023-04-23)


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