Skip to content

Commit

Permalink
Merge pull request #733 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 c4fec43 + 71528ec commit 2ef363e
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.4","simple-git":"3.0.4"}
{".":"3.1.0","simple-git":"3.1.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* optionally include ignored files in `StatusResult` ([70e6767](https://www.github.com/steveukx/git-js/commit/70e676759012d26ab644644e10f7957fba51ae2f)), closes [#718](https://www.github.com/steveukx/git-js/issues/718)

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


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.4",
"version": "3.1.0",
"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.1.0](https://www.github.com/steveukx/git-js/compare/simple-git-v3.0.4...simple-git-v3.1.0) (2022-01-23)


### Features

* optionally include ignored files in `StatusResult` ([70e6767](https://www.github.com/steveukx/git-js/commit/70e676759012d26ab644644e10f7957fba51ae2f)), closes [#718](https://www.github.com/steveukx/git-js/issues/718)

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


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

0 comments on commit 2ef363e

Please sign in to comment.