Skip to content

Commit 49281bd

Browse files
authored
Merge pull request #582 from steveukx/release-v2.35.1
chore: release 2.35.1
2 parents 2669bf2 + 9b522d5 commit 49281bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change History & Release Notes
22

3+
### [2.35.1](https://www.github.com/steveukx/git-js/compare/v2.35.0...v2.35.1) (2021-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 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)
9+
310
## [2.35.0](https://www.github.com/steveukx/git-js/compare/v2.34.2...v2.35.0) (2021-02-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "2.35.0",
4+
"version": "2.35.1",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)