Skip to content

Commit

Permalink
Merge pull request steveukx#778 from steveukx/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
steveukx committed Apr 10, 2022
2 parents c88703d + c8f2251 commit ed749c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-squids-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kings-eat.md

This file was deleted.

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

## 3.6.0

### Minor Changes

- f2fc5c9: Show full commit hash in a `CommitResult`, prior to this change `git.commit` would result in a partial hash in the `commit` property if `core.abbrev` is unset or has a value under `40`. Following this change the `commit` property will contain the full commit hash.

### Patch Changes

- c4a2a13: chore(deps): bump minimist from 1.2.5 to 1.2.6

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

0 comments on commit ed749c6

Please sign in to comment.