Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 20, 2022
1 parent b906110 commit 6c264f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

## v3.0.0 (2022-07-20)

#### :boom: Breaking Change
* [#73](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/73) Refactor to support release-it@15 (ESM) ([@refi93](https://github.com/refi93))

#### :bug: Bug Fix
* [#74](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/74) Bumps release-it to include fixed exports ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* [#76](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/76) Use npm instead of yarn ([@scalvert](https://github.com/scalvert))

#### Committers: 2
- Rafael Korbaš ([@refi93](https://github.com/refi93))
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v2.0.1 (2021-04-19)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-it-yarn-workspaces",
"version": "2.0.1",
"version": "3.0.0",
"description": "release-it plugin for bumping and publishing yarn workspaces",
"keywords": [
"release",
Expand Down

0 comments on commit 6c264f0

Please sign in to comment.