From 26ce5ecec10c687cffb9891c108fb2d2800b9140 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 15:13:27 -0700 Subject: [PATCH] chore: release 6.0.2 (#54) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86b3e5..4c76a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ - eliminate ReDoS ([#36](https://github.com/gulpjs/glob-parent/issues/36)) ([f923116](https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366)) +### [6.0.2](https://www.github.com/gulpjs/glob-parent/compare/v6.0.1...v6.0.2) (2021-09-29) + + +### Bug Fixes + +* Improve performance ([#53](https://www.github.com/gulpjs/glob-parent/issues/53)) ([843f8de](https://www.github.com/gulpjs/glob-parent/commit/843f8de1c177e9a5c06c4cfd2349ca5207168e00)) + ### [6.0.1](https://www.github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1) (2021-07-20) ### Bug Fixes diff --git a/package.json b/package.json index afc902a..baeab42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glob-parent", - "version": "6.0.1", + "version": "6.0.2", "description": "Extract the non-magic parent path from a glob string.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [