diff --git a/CHANGELOG.md b/CHANGELOG.md index 1566f6c..443c39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v3.0.0 (2020-10-20) + +#### :boom: Breaking Change +* [#154](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/154) Update release-it plugins for release-it@14.2.0 support. ([@rwjblue](https://github.com/rwjblue)) +* [#153](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/153) Drop Node 11 and 13 support. ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#144](https://github.com/rwjblue/create-rwjblue-release-it-setup/pull/144) Swap to volta-cli/action@v1. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v2.11.0 (2020-09-09) #### :rocket: Enhancement diff --git a/package.json b/package.json index 424e91d..ef673f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-rwjblue-release-it-setup", - "version": "2.11.0", + "version": "3.0.0", "description": "Simple npm init / yarn create bin package to add release-it setup used by rwjblue", "keywords": [], "repository": "https://github.com/rwjblue/create-rwjblue-release-it-setup",