Skip to content

Commit

Permalink
chore: Release 4.0.0 (#3)
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] authored Jan 3, 2023
1 parent 323e930 commit dcde060
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &lt;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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit dcde060

Please # to comment.