Skip to content

Commit 9f32df4

Browse files
authored
Merge pull request #638 from steveukx/release-v2.40.0
chore: release 2.40.0
2 parents cc70220 + 7e0ee96 commit 9f32df4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change History & Release Notes
22

3+
## [2.40.0](https://www.github.com./steveukx/git-js/compare/v2.39.1...v2.40.0) (2021-06-12)
4+
5+
6+
### Features
7+
8+
* create the `spawnOptions` plugin to allow setting `uid` / `gid` owner for the spawned `git` child processes. ([cc70220](https://www.github.com./steveukx/git-js/commit/cc70220f7636372a4aacd0fb5a74ee98dee54e0d))
9+
310
### [2.39.1](https://www.github.com./steveukx/git-js/compare/v2.39.0...v2.39.1) (2021-06-09)
411

512

package.json

+1-1
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.39.1",
4+
"version": "2.40.0",
55
"author": "Steve King <[email protected]>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)