Skip to content

Commit 5f1b63b

Browse files
author
Robert Jackson
committed
Release 4.0.0
1 parent 26593e5 commit 5f1b63b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
4+
## v4.0.0 (2022-11-09)
5+
6+
#### :boom: Breaking Change
7+
* [#291](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/291) Drop Node < 14, 15, and 17 support. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :rocket: Enhancement
10+
* [#286](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/286) Update to use new `@release-it-plugins/*` plugins ([@simonihmig](https://github.com/simonihmig))
11+
* [#254](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/254) Add pnpm support ([@SergeAstapov](https://github.com/SergeAstapov))
12+
13+
#### Committers: 3
14+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
15+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
16+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
17+
18+
319
## v3.1.1 (2020-11-04)
420

521
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rwjblue-release-it-setup",
3-
"version": "3.1.1",
3+
"version": "4.0.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)