Skip to content

Commit

Permalink
Merge pull request #1022 from steveukx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
steveukx authored Sep 19, 2024
2 parents 52f767b + 4a6126b commit 95c556f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-avocados-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-hornets-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-socks-pull.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-clocks-drum.md

This file was deleted.

13 changes: 13 additions & 0 deletions simple-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change History & Release Notes

## 3.27.0

### Minor Changes

- 52f767b: Add `similarity` to the `DiffResultNameStatusFile` interface used when fetching log/diff with the `--name-status` option.
- 739b0d9: Diff summary includes original name of renamed files when run wiht the `--name-status` option.
- bc90e7e: Fixes an issue with reporting name changes in the `files` array returned by `git.status`.
Thank you @mark-codesphere for the contribution.

### Patch Changes

- 03e1c64: Resolve error in log parsing when fields have empty values.

## 3.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion simple-git/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"version": "3.26.0",
"version": "3.27.0",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 95c556f

Please sign in to comment.