Skip to content

Commit

Permalink
Merge pull request #582 from steveukx/release-v2.35.1
Browse files Browse the repository at this point in the history
chore: release 2.35.1
  • Loading branch information
steveukx committed Feb 19, 2021
2 parents 2669bf2 + 9b522d5 commit 49281bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change History & Release Notes

### [2.35.1](https://www.github.com/steveukx/git-js/compare/v2.35.0...v2.35.1) (2021-02-19)


### Bug Fixes

* Update documentation for configuring `SimpleGit` - `options` should be a `Partial<SimpleGitOptions>` to allow for supplying just some of its properties. ([30523df](https://www.github.com/steveukx/git-js/commit/30523dff5bcd483b8fa778ae73caaa84057faad4)), closes [#580](https://www.github.com/steveukx/git-js/issues/580)

## [2.35.0](https://www.github.com/steveukx/git-js/compare/v2.34.2...v2.35.0) (2021-02-16)


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.35.0",
"version": "2.35.1",
"author": "Steve King <steve@mydev.co>",
"contributors": [
{
Expand Down

0 comments on commit 49281bd

Please sign in to comment.