Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 11, 2023
1 parent b04fc67 commit be33fff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@




## v4.0.0 (2023-07-11)

#### :boom: Breaking Change
* [#106](https://github.com/release-it-plugins/workspaces/pull/106) Upgrades release-it to 16.x. Upgrades node to 16.x ([@scalvert](https://github.com/scalvert))

#### :rocket: Enhancement
* [#88](https://github.com/release-it-plugins/workspaces/pull/88) Avoid warning about private packages ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#107](https://github.com/release-it-plugins/workspaces/pull/107) Convert to vitest ([@scalvert](https://github.com/scalvert))
* [#90](https://github.com/release-it-plugins/workspaces/pull/90) Add `release-it@^15.0.0` (latest 15.x) to CI ([@rwjblue](https://github.com/rwjblue))
* [#89](https://github.com/release-it-plugins/workspaces/pull/89) Add Node 18 to CI ([@rwjblue](https://github.com/rwjblue))

#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v3.2.0 (2022-07-26)

#### :rocket: Enhancement
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-plugins/workspaces",
"version": "3.2.0",
"version": "4.0.0",
"description": "release-it plugin for bumping and publishing workspaces",
"keywords": [
"release",
Expand Down

0 comments on commit be33fff

Please sign in to comment.