Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 27, 2020
1 parent 68dd9ca commit 474d890
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.3.0 (2020-04-27)

#### :rocket: Enhancement
* [#42](https://github.com/rwjblue/release-it-lerna-changelog/pull/42) Leverage new `getChangelog` hook. ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#47](https://github.com/rwjblue/release-it-lerna-changelog/pull/47) Ensure that even if there are no changes, we add _something_ to `CHANGELOG.md.` ([@rwjblue](https://github.com/rwjblue))
* [#48](https://github.com/rwjblue/release-it-lerna-changelog/pull/48) Ensure `CHANGELOG.md` has correct version when `git.tagName` is not present ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#44](https://github.com/rwjblue/release-it-lerna-changelog/pull/44) Only run CI for branch pushes to master and PRs. ([@rwjblue](https://github.com/rwjblue))
* [#43](https://github.com/rwjblue/release-it-lerna-changelog/pull/43) Add Node 14 CI run. ([@rwjblue](https://github.com/rwjblue))

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


## v2.2.0 (2020-04-20)

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

0 comments on commit 474d890

Please sign in to comment.