Skip to content

Commit

Permalink
Merge pull request #717 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 16, 2022
2 parents 777a02a + d205c65 commit c97c08c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
{
".": "2.48.0",
"simple-git": "2.48.0"
}
{".":"3.0.0","simple-git":"3.0.0"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* monorepo structure (#716)

### Features

* monorepo structure ([#716](https://www.github.com/steveukx/git-js/issues/716)) ([777a02a](https://www.github.com/steveukx/git-js/commit/777a02a37b3f6345fad86e7ab0105414755c940a))
* Support loading with ES modules ([c761863](https://www.github.com/steveukx/git-js/commit/c761863166f870e25af171e7aa8d27df869cad03))


### Bug Fixes

* typo in readme.md ([659fc9b](https://www.github.com/steveukx/git-js/commit/659fc9b8ddd6b1edf791cbefa3cf29ab9ef9edf7))
* Upgrade `debug` dependency to latest `4.3.3` ([8b53104](https://www.github.com/steveukx/git-js/commit/8b5310491b3f0c9020bea86031a9f818fe24a9c8))
* Upgrade `jest` dependency to latest `27.0.3` ([89a8739](https://www.github.com/steveukx/git-js/commit/89a8739240ae4ad2f3aa104b252cb6beedfe14be))
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": "2.48.0",
"version": "3.0.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
11 changes: 11 additions & 0 deletions simple-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change History & Release Notes

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


### ⚠ BREAKING CHANGES

* monorepo structure (#716)

### Features

* monorepo structure ([#716](https://www.github.com/steveukx/git-js/issues/716)) ([777a02a](https://www.github.com/steveukx/git-js/commit/777a02a37b3f6345fad86e7ab0105414755c940a))

## [2.48.0](https://www.github.com/steveukx/git-js/compare/v2.47.1...v2.48.0) (2021-12-01)


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

0 comments on commit c97c08c

Please sign in to comment.