Skip to content

Commit

Permalink
Merge pull request #720 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 18, 2022
2 parents f3ecad6 + eda2bcc commit 3045120
Show file tree
Hide file tree
Showing 5 changed files with 18 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.0","simple-git":"3.0.0"}
{".":"3.0.1","simple-git":"3.0.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [3.0.1](https://www.github.com/steveukx/git-js/compare/repo-v3.0.0...repo-v3.0.1) (2022-01-18)


### Bug Fixes

* Documentation update ([4e000f6](https://www.github.com/steveukx/git-js/commit/4e000f69aa876b3999ec98fe42e94186facd5790))
* Enable releasing v3 to `npm` under `canary` tag ([14e233f](https://www.github.com/steveukx/git-js/commit/14e233f976eab8c99398dbc2c9744b6654add126))

## [3.0.0](https://www.github.com/steveukx/git-js/compare/repo-v2.48.0...repo-v3.0.0) (2022-01-16)


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.0",
"version": "3.0.1",
"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.1](https://www.github.com/steveukx/git-js/compare/simple-git-v3.0.0...simple-git-v3.0.1) (2022-01-18)


### Bug Fixes

* Documentation update ([4e000f6](https://www.github.com/steveukx/git-js/commit/4e000f69aa876b3999ec98fe42e94186facd5790))

## [3.0.0](https://www.github.com/steveukx/git-js/compare/simple-git-v2.48.0...simple-git-v3.0.0) (2022-01-16)


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.0",
"version": "3.0.1",
"author": "Steve King <steve@mydev.co>",
"contributors": [
{
Expand Down

0 comments on commit 3045120

Please sign in to comment.