From 9b522d5fd6fa245bca4fc4e9b6d8fb5b26268223 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:27:42 +0000 Subject: [PATCH] chore: release 2.35.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8405fb6f..bd21db52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` 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) diff --git a/package.json b/package.json index 25ef6f94..891ccfca 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ {