Skip to content

Commit

Permalink
Merge pull request #675 from steveukx/release-v2.45.0
Browse files Browse the repository at this point in the history
chore: release 2.45.0
  • Loading branch information
steveukx authored Aug 27, 2021
2 parents 589d624 + c4415e0 commit f54b0f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change History & Release Notes

## [2.45.0](https://www.github.com/steveukx/git-js/compare/v2.44.0...v2.45.0) (2021-08-27)


### Features

* Use author email field that respects mailmap ([589d624](https://www.github.com/steveukx/git-js/commit/589d62419139ce5ace5081c9c9ae77f83d3f85ab))


### Bug Fixes

* getConfig always returns `null` despite values being present in configuration ([9fd483a](https://www.github.com/steveukx/git-js/commit/9fd483aa88ee3f6f8674978b36f08811cfb8812a))

## [2.44.0](https://www.github.com/steveukx/git-js/compare/v2.43.0...v2.44.0) (2021-08-14)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.44.0",
"version": "2.45.0",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit f54b0f1

Please sign in to comment.