From d7742328359a130842151d504e3e54fa91eee92a Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Mon, 22 Mar 2021 15:39:45 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/conventional-commits/CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7246459c..93a948321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.22.0 (Mon Mar 22 2021) + +#### 🚀 Enhancement + +- `@auto-it/conventional-commits` + - add defaultReleaseType option [#1911](https://github.com/intuit/auto/pull/1911) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.21.3 (Mon Mar 22 2021) #### ⚠️ Pushed to `main` diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 228a6bcd7..2e66174a4 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```bash # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.21.3/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.22.0/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index a82e6fd54..1b3b09454 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,19 @@ +# v10.22.0 (Mon Mar 22 2021) + +#### 🚀 Enhancement + +- add defaultReleaseType option [#1911](https://github.com/intuit/auto/pull/1911) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- add defaultReleaseType option ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.20.3 (Mon Mar 15 2021) #### 🐛 Bug Fix