Skip to content

Commit 4a6126b

Browse files
Version Packages
1 parent 52f767b commit 4a6126b

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

.changeset/brave-avocados-dress.md

-5
This file was deleted.

.changeset/hot-hornets-clean.md

-5
This file was deleted.

.changeset/quiet-socks-pull.md

-5
This file was deleted.

.changeset/slimy-clocks-drum.md

-6
This file was deleted.

simple-git/CHANGELOG.md

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

3+
## 3.27.0
4+
5+
### Minor Changes
6+
7+
- 52f767b: Add `similarity` to the `DiffResultNameStatusFile` interface used when fetching log/diff with the `--name-status` option.
8+
- 739b0d9: Diff summary includes original name of renamed files when run wiht the `--name-status` option.
9+
- bc90e7e: Fixes an issue with reporting name changes in the `files` array returned by `git.status`.
10+
Thank you @mark-codesphere for the contribution.
11+
12+
### Patch Changes
13+
14+
- 03e1c64: Resolve error in log parsing when fields have empty values.
15+
316
## 3.26.0
417

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

0 commit comments

Comments
 (0)