diff --git a/CHANGELOG.md b/CHANGELOG.md index f30e2a2fd..93686aac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v11.1.1 (Sat Feb 24 2024) + +#### 🐛 Bug Fix + +- `@auto-it/core` + - fix: next version calculation for tags that contain a name/prefix [#2436](https://github.com/intuit/auto/pull/2436) ([@restfulhead](https://github.com/restfulhead)) + +#### 📝 Documentation + +- `@auto-it/gh-pages` + - Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear)) + +#### Authors: 2 + +- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear)) +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # v11.1.0 (Fri Feb 23 2024) #### 🚀 Enhancement diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 4e6e79191..15ea9f25a 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.1.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.1/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b62b34c18..40fdbe84b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,28 @@ +# v11.1.1 (Sat Feb 24 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)), for all your work! + +#### 🐛 Bug Fix + +- fix: next version calculation for tags that contain a name/prefix [#2436](https://github.com/intuit/auto/pull/2436) ([@restfulhead](https://github.com/restfulhead)) +- test: improve assertion ([@restfulhead](https://github.com/restfulhead)) +- fix: test names ([@restfulhead](https://github.com/restfulhead)) +- test: for changelog based on tags with names ([@restfulhead](https://github.com/restfulhead)) +- fix: make this work for tags that contain a name/prefix before the version no ([@restfulhead](https://github.com/restfulhead)) + +#### 📝 Documentation + +- Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear)) + +#### Authors: 2 + +- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear)) +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # v11.1.0 (Fri Feb 23 2024) #### 🚀 Enhancement diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 3896a5b44..9132c4ada 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,19 @@ +# v11.1.1 (Sat Feb 24 2024) + +#### 🐛 Bug Fix + +- Update index.ts ([@eltociear](https://github.com/eltociear)) + +#### 📝 Documentation + +- Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear)) + +#### Authors: 1 + +- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear)) + +--- + # v11.1.0 (Fri Feb 23 2024) #### 🚀 Enhancement