Skip to content

chore: release main #717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://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://github.com/steveukx/git-js/issues/716)) ([777a02a](https://github.com/steveukx/git-js/commit/777a02a37b3f6345fad86e7ab0105414755c940a))
* Support loading with ES modules ([c761863](https://github.com/steveukx/git-js/commit/c761863166f870e25af171e7aa8d27df869cad03))


### Bug Fixes

* typo in readme.md ([659fc9b](https://github.com/steveukx/git-js/commit/659fc9b8ddd6b1edf791cbefa3cf29ab9ef9edf7))
* Upgrade `debug` dependency to latest `4.3.3` ([8b53104](https://github.com/steveukx/git-js/commit/8b5310491b3f0c9020bea86031a9f818fe24a9c8))
* Upgrade `jest` dependency to latest `27.0.3` ([89a8739](https://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://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://github.com/steveukx/git-js/issues/716)) ([777a02a](https://github.com/steveukx/git-js/commit/777a02a37b3f6345fad86e7ab0105414755c940a))

## [2.48.0](https://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