Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 20, 2020
1 parent 53b98bb commit f5cafba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## v3.0.0 (2020-10-20)

#### :boom: Breaking Change
* [#87](https://github.com/rwjblue/release-it-lerna-changelog/pull/87) Make `release-it` a peer dependency (require host project to provide). ([@rwjblue](https://github.com/rwjblue))
* [#89](https://github.com/rwjblue/release-it-lerna-changelog/pull/89) Drop Node 11 and 13 support. ([@rwjblue](https://github.com/rwjblue))
* [#88](https://github.com/rwjblue/release-it-lerna-changelog/pull/88) Drop `release-it@13` support. ([@rwjblue](https://github.com/rwjblue))

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


## v2.4.0 (2020-09-08)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "release-it-lerna-changelog",
"version": "2.4.0",
"version": "3.0.0",
"description": "release-it plugin for lerna-changelog ",
"keywords": [
"release",
Expand Down

0 comments on commit f5cafba

Please sign in to comment.