Skip to content

Commit 62d724c

Browse files
author
Robert Jackson
committed
Release 3.1.0
1 parent b30f24f commit 62d724c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v3.1.0 (2020-10-30)
4+
5+
#### :rocket: Enhancement
6+
* [#160](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/160) Update release-it-lerna-changelog to handle headers. ([@rwjblue](https://github.com/rwjblue))
7+
* [#159](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/159) Add `# Changelog` to top of `CHANGELOG.md` by default. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 1
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
12+
313
## v3.0.0 (2020-10-20)
414

515
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rwjblue-release-it-setup",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Simple npm init / yarn create bin package to add release-it setup used by rwjblue",
55
"keywords": [],
66
"repository": "https://github.com/rwjblue/create-rwjblue-release-it-setup",

0 commit comments

Comments
 (0)