Skip to content

Version Packages #808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/grand-groovy-gargoyle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-chairs-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/island-indigo-irons.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.8.0

### Minor Changes

- 25230cb: Support for additional log formats in diffSummary / log / stashList.

Adds support for the `--numstat`, `--name-only` and `--name-stat` in addition to the existing `--stat` option.

### Patch Changes

- 2cfc16f: Update CI environments to run build and test in node v18, drop node v12 now out of life.
- 13197f1: Update `debug` dependency to latest `4.x`

## 3.7.1

### Patch 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.7.1",
"version": "3.8.0",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down