Skip to content

Commit 995837a

Browse files
Version Packages
1 parent 807b3d7 commit 995837a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/smooth-roses-laugh.md

-5
This file was deleted.

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "4.0.0",
44
"private": true,
55
"peerDependencies": {
6-
"simple-git": "^3.18.0"
6+
"simple-git": "^3.19.0"
77
}
88
}

simple-git/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change History & Release Notes
22

3+
## 3.19.0
4+
5+
### Minor Changes
6+
7+
- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object
8+
39
## 3.18.0
410

511
### Minor Changes

simple-git/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "3.18.0",
4+
"version": "3.19.0",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)