From 1bc9dfd33f0b14b2b28c07e7cf99217a7cd9379c Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Wed, 28 Aug 2024 19:03:38 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/version-file/CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6595ead4..708ac5e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.2.1 (Wed Aug 28 2024) + +#### 🐛 Bug Fix + +- `@auto-it/version-file` + - Respect `noVersionPrefix` option in the Version File plugin [#2472](https://github.com/intuit/auto/pull/2472) ([@KetanReddy](https://github.com/KetanReddy)) + +#### Authors: 1 + +- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)) + +--- + # v11.2.0 (Wed Jul 17 2024) :tada: This release contains work from a new contributor! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 54fdccaa9..15c008222 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/v11.2.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.2.1/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/version-file/CHANGELOG.md b/plugins/version-file/CHANGELOG.md index ed6008ed4..f693550e7 100644 --- a/plugins/version-file/CHANGELOG.md +++ b/plugins/version-file/CHANGELOG.md @@ -1,3 +1,17 @@ +# v11.2.1 (Wed Aug 28 2024) + +#### 🐛 Bug Fix + +- Respect `noVersionPrefix` option in the Version File plugin [#2472](https://github.com/intuit/auto/pull/2472) ([@KetanReddy](https://github.com/KetanReddy)) +- Add tests ([@KetanReddy](https://github.com/KetanReddy)) +- Version File plugin: respect noVersionPrefix ([@KetanReddy](https://github.com/KetanReddy)) + +#### Authors: 1 + +- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)) + +--- + # v11.2.0 (Wed Jul 17 2024) #### 🚀 Enhancement