diff --git a/CHANGELOG.md b/CHANGELOG.md index c14fae1..a651587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [8.0.0](https://www.github.com/gulpjs/glob-stream/compare/v7.0.0...v8.0.0) (2023-01-03) + + +### ⚠ BREAKING CHANGES + +* Combine GlobStream & GlobReadable into unified API +* Replace glob with anymatch & custom directory walk (#118) +* Drop support for ordered globs (#115) + +### Features + +* Combine GlobStream & GlobReadable into unified API ([6aad264](https://www.github.com/gulpjs/glob-stream/commit/6aad264004e4f1a7f1b6e112c5d7e0fc7db72851)) +* Replace glob with anymatch & custom directory walk ([#118](https://www.github.com/gulpjs/glob-stream/issues/118)) ([6aad264](https://www.github.com/gulpjs/glob-stream/commit/6aad264004e4f1a7f1b6e112c5d7e0fc7db72851)) + + +### Bug Fixes + +* Properly handle glob-like characters in paths ([#117](https://www.github.com/gulpjs/glob-stream/issues/117)) ([872a957](https://www.github.com/gulpjs/glob-stream/commit/872a957c59cc4d1a1bc674b0370c97809d7c595c)) + + +### Miscellaneous Chores + +* Drop support for ordered globs ([#115](https://www.github.com/gulpjs/glob-stream/issues/115)) ([f37bccc](https://www.github.com/gulpjs/glob-stream/commit/f37bccc91cd7ffe5bd61010e10b3a850c134677a)) + ## [7.0.0](https://www.github.com/gulpjs/glob-stream/compare/v6.1.0...v7.0.0) (2021-10-31) diff --git a/package.json b/package.json index 0d1b19e..f02cf66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glob-stream", - "version": "7.0.0", + "version": "8.0.0", "description": "A Readable Stream interface over node-glob.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [