Skip to content

Commit a52466d

Browse files
Version Packages (#917)
* Version Packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Steve King <[email protected]>
1 parent 5100f04 commit a52466d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/sixty-trainers-shout.md

-5
This file was deleted.

.changeset/wild-maps-press.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.16.0"
6+
"simple-git": "^3.18.0"
77
}
88
}

simple-git/CHANGELOG.md

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

3+
## 3.18.0
4+
5+
### Minor Changes
6+
7+
- 5100f04: Add new interface for showBuffer to allow using `git show` on binary files.
8+
9+
### Patch Changes
10+
11+
- f54cd0d: Examples and documentation for outputHandler
12+
313
## 3.17.0
414

515
### 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.17.0",
4+
"version": "3.18.0",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)