Skip to content

Commit f101061

Browse files
authored
Merge pull request #925 from steveukx/changeset-release/main
Version Packages
2 parents 807b3d7 + 995837a commit f101061

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/smooth-roses-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <steve@mydev.co>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)