diff --git a/.changeset/smooth-roses-laugh.md b/.changeset/smooth-roses-laugh.md deleted file mode 100644 index 13f637b2..00000000 --- a/.changeset/smooth-roses-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'simple-git': minor ---- - -Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 8b215a8f..90dfaf7d 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -3,6 +3,6 @@ "version": "4.0.0", "private": true, "peerDependencies": { - "simple-git": "^3.18.0" + "simple-git": "^3.19.0" } } diff --git a/simple-git/CHANGELOG.md b/simple-git/CHANGELOG.md index df6409ed..a4122cb6 100644 --- a/simple-git/CHANGELOG.md +++ b/simple-git/CHANGELOG.md @@ -1,5 +1,11 @@ # Change History & Release Notes +## 3.19.0 + +### Minor Changes + +- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object + ## 3.18.0 ### Minor Changes diff --git a/simple-git/package.json b/simple-git/package.json index eb4f559e..3526031b 100644 --- a/simple-git/package.json +++ b/simple-git/package.json @@ -1,7 +1,7 @@ { "name": "simple-git", "description": "Simple GIT interface for node.js", - "version": "3.18.0", + "version": "3.19.0", "author": "Steve King ", "contributors": [ {