Skip to content

Commit 6dfc6bf

Browse files
chore: Release 8.0.1 (#123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8eaab85 commit 6dfc6bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [8.0.1](https://www.github.com/gulpjs/glob-stream/compare/v8.0.0...v8.0.1) (2024-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* Traverse symlink folders ([#122](https://www.github.com/gulpjs/glob-stream/issues/122)) ([d49d9bd](https://www.github.com/gulpjs/glob-stream/commit/d49d9bd8042650ce91c190ab0ec20be716b2fade))
10+
311
## [8.0.0](https://www.github.com/gulpjs/glob-stream/compare/v7.0.0...v8.0.0) (2023-04-23)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glob-stream",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Readable streamx interface over anymatch.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)