diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..09b2c3f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [4.0.0](https://github.com/gulpjs/to-absolute-glob/compare/v3.0.0...v4.0.0) (2023-01-03) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support +* Rename package + +### Bug Fixes + +* Check negative patterns before trimming ([#1](https://github.com/gulpjs/to-absolute-glob/issues/1)) ([1faa5dc](https://github.com/gulpjs/to-absolute-glob/commit/1faa5dc65c9daf22a3619d8da19e46e7e371923f)) +* Ensure glob-like characters are escaped in cwd & root options ([1289c1b](https://github.com/gulpjs/to-absolute-glob/commit/1289c1bf3ce845f82b5fa3b19b0e82aa107d9f49)) +* Resolve ../ at the beginning of globs ([#2](https://github.com/gulpjs/to-absolute-glob/issues/2)) ([1752090](https://github.com/gulpjs/to-absolute-glob/commit/1752090f65fe1e9272cf885cbcb4d120ab2d811f)) + + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([9840375](https://github.com/gulpjs/to-absolute-glob/commit/98403756203d6bf21e7c3f58178cfe217e07c1f7)) +* Rename package ([9da4059](https://github.com/gulpjs/to-absolute-glob/commit/9da4059a81458c7e3e18d120e8a3292a3117534a)) diff --git a/package.json b/package.json index 3e07cde..2eae04b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gulpjs/to-absolute-glob", - "version": "3.0.0", + "version": "4.0.0", "description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [