Steve King/git-js: Release [email protected]
Name: git-js
Owner: Steve King
Release: [email protected]
Released: 2022-04-10
License: MIT
Release Assets:
Minor Changes
- f2fc5c9: Show full commit hash in a
CommitResult
, prior to this changegit.commit
would result in a partial hash in thecommit
property ifcore.abbrev
is unset or has a value under40
. Following this change thecommit
property will contain the full commit hash.
Patch Changes
- c4a2a13: chore(deps): bump minimist from 1.2.5 to 1.2.6