Skip to content

Commit

Permalink
Merge pull request #572 from steveukx/release-v2.34.0
Browse files Browse the repository at this point in the history
chore: release 2.34.0
  • Loading branch information
steveukx authored Feb 7, 2021
2 parents 4b754f5 + aa8d212 commit 0cf4593
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change History & Release Notes

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


### Features

* refactor `git push` to TypeScript `SimpleGitBase` interface ([e77ef1b](https://www.github.com/steveukx/git-js/commit/e77ef1b1adf89722571fca3f3547b5d8dfbc9d84))
* refactor `git push` to TypeScript `SimpleGitBase` interface ([0691e85](https://www.github.com/steveukx/git-js/commit/0691e855124e2dc5fdb3403ada30afcd157047c4))

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


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.33.0",
"version": "2.34.0",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 0cf4593

Please sign in to comment.