Skip to content

Commit

Permalink
Merge pull request #565 from steveukx/release-v2.33.0
Browse files Browse the repository at this point in the history
chore: release 2.33.0
  • Loading branch information
steveukx committed Feb 6, 2021
2 parents 65bae89 + 7bcc0be commit 98ae881
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# Change History & Release Notes

## [2.33.0](https://www.github.com/steveukx/git-js/compare/v2.32.0...v2.33.0) (2021-02-06)


### Features

* automate release/changelog with release-please ([3848494](https://www.github.com/steveukx/git-js/commit/384849488ada32f18c84eea22aad7b9ceb2000b5))
* split the `git.add` into the ts `SimpleGitApi` ([14432f9](https://www.github.com/steveukx/git-js/commit/14432f9879744cafa043c0fbeee00b37db726f81))

## 2.32.0 Per-command Configuration

- Supports passing configuration arguments to the `git` binary (via its `-c` argument as a prefix to any other
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.32.0",
"version": "2.33.0",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 98ae881

Please sign in to comment.