Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 15, 2021
1 parent bb1e72c commit a8724a0
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,3 +1,22 @@

## v4.0.0 (2021-10-15)

#### :boom: Breaking Change
* [#158](https://github.com/rwjblue/release-it-lerna-changelog/pull/158) Migrate to using ESM ([@rwjblue](https://github.com/rwjblue))
* [#149](https://github.com/rwjblue/release-it-lerna-changelog/pull/149) Drop support for Node 10 ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#148](https://github.com/rwjblue/release-it-lerna-changelog/pull/148) Update Lerna-changelog to 2.2.0 ([@elwayman02](https://github.com/elwayman02))

#### :house: Internal
* [#157](https://github.com/rwjblue/release-it-lerna-changelog/pull/157) Update dependencies/devDependencies to latest ([@rwjblue](https://github.com/rwjblue))
* [#151](https://github.com/rwjblue/release-it-lerna-changelog/pull/151) Migrate from yarn to npm ([@rwjblue](https://github.com/rwjblue))

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


## v3.1.0 (2020-10-29)

#### :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-lerna-changelog",
"version": "3.1.0",
"version": "4.0.0",
"description": "release-it plugin for lerna-changelog ",
"keywords": [
"release",
Expand Down

0 comments on commit a8724a0

Please sign in to comment.