Skip to content

Commit 26ce5ec

Browse files
chore: release 6.0.2 (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98c4781 commit 26ce5ec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
- eliminate ReDoS ([#36](https://github.com/gulpjs/glob-parent/issues/36)) ([f923116](https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366))
66

7+
### [6.0.2](https://www.github.com/gulpjs/glob-parent/compare/v6.0.1...v6.0.2) (2021-09-29)
8+
9+
10+
### Bug Fixes
11+
12+
* Improve performance ([#53](https://www.github.com/gulpjs/glob-parent/issues/53)) ([843f8de](https://www.github.com/gulpjs/glob-parent/commit/843f8de1c177e9a5c06c4cfd2349ca5207168e00))
13+
714
### [6.0.1](https://www.github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1) (2021-07-20)
815

916
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glob-parent",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Extract the non-magic parent path from a glob string.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)