Skip to content

Commit

Permalink
Merge pull request #729 from steveukx/release-please/branches/main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
steveukx authored Jan 23, 2022
2 parents 91eb7fb + 5499bb6 commit 9089fc8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.0.3","simple-git":"3.0.3"}
{".":"3.0.4","simple-git":"3.0.4"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.0.4](https://www.github.com/steveukx/git-js/compare/repo-v3.0.3...repo-v3.0.4) (2022-01-23)


### Bug Fixes

* support parsing empty responses ([91eb7fb](https://www.github.com/steveukx/git-js/commit/91eb7fb01fe466468537621cb94b9f932026506e)), closes [#713](https://www.github.com/steveukx/git-js/issues/713)

### [3.0.3](https://www.github.com/steveukx/git-js/compare/repo-v3.0.2...repo-v3.0.3) (2022-01-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simple-git/repo",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"workspaces": [
"packages/*",
Expand Down
7 changes: 7 additions & 0 deletions simple-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change History & Release Notes

### [3.0.4](https://www.github.com/steveukx/git-js/compare/simple-git-v3.0.3...simple-git-v3.0.4) (2022-01-23)


### Bug Fixes

* support parsing empty responses ([91eb7fb](https://www.github.com/steveukx/git-js/commit/91eb7fb01fe466468537621cb94b9f932026506e)), closes [#713](https://www.github.com/steveukx/git-js/issues/713)

### [3.0.3](https://www.github.com/steveukx/git-js/compare/simple-git-v3.0.2...simple-git-v3.0.3) (2022-01-20)


Expand Down
2 changes: 1 addition & 1 deletion simple-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-git",
"description": "Simple GIT interface for node.js",
"private": true,
"version": "3.0.3",
"version": "3.0.4",
"author": "Steve King <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 9089fc8

Please sign in to comment.