diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d665c84..c4e64bfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- `@auto-it/core` + - calculate next release notes using the latest fork commit not the first [#1264](https://github.com/intuit/auto/pull/1264) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump lint-staged from 10.1.7 to 10.2.6 [#1256](https://github.com/intuit/auto/pull/1256) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump @octokit/plugin-throttling from 3.2.0 to 3.2.1 [#1257](https://github.com/intuit/auto/pull/1257) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump @types/semver from 7.1.0 to 7.2.0 [#1252](https://github.com/intuit/auto/pull/1252) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump @octokit/plugin-enterprise-compatibility from 1.2.2 to 1.2.4 [#1253](https://github.com/intuit/auto/pull/1253) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump fp-ts from 2.6.0 to 2.6.1 [#1254](https://github.com/intuit/auto/pull/1254) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump lerna from 3.21.0 to 3.22.0 [#1250](https://github.com/intuit/auto/pull/1250) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- `@auto-it/all-contributors`, `@auto-it/cocoapods`, `@auto-it/crates`, `@auto-it/first-time-contributor`, `@auto-it/gem`, `@auto-it/git-tag`, `@auto-it/gradle`, `@auto-it/maven`, `@auto-it/npm`, `@auto-it/slack` + - Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- `@auto-it/core` + - Bump type-fest from 0.13.1 to 0.15.0 [#1259](https://github.com/intuit/auto/pull/1259) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) +- `@auto-it/all-contributors` + - Bump all-contributors-cli from 6.14.2 to 6.15.0 [#1251](https://github.com/intuit/auto/pull/1251) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.2 (Sat May 23 2020) #### 🐛 Bug Fix diff --git a/docs/pages/non-npm.md b/docs/pages/non-npm.md index 12fb9d4e4..1c0c461fb 100644 --- a/docs/pages/non-npm.md +++ b/docs/pages/non-npm.md @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```sh # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.36.2/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.36.3/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 a926c30d1..df9e61592 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,22 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- calculate next release notes using the latest fork commit not the first [#1264](https://github.com/intuit/auto/pull/1264) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- calculate next release notes using the latest fork commit not the first ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- fix build ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump type-fest from 0.13.1 to 0.15.0 [#1259](https://github.com/intuit/auto/pull/1259) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index 39dc92caf..429471091 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,23 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Bump all-contributors-cli from 6.14.2 to 6.15.0 ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Bump type-fest from 0.13.1 to 0.15.0 [#1259](https://github.com/intuit/auto/pull/1259) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) +- Bump all-contributors-cli from 6.14.2 to 6.15.0 [#1251](https://github.com/intuit/auto/pull/1251) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index def5bf815..77e69c37d 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index f9989e5a7..ab65fccf6 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- update version: 0.0.2 \[skip ci\] ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 641ac4611..0667030b5 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 95dc2f6fb..b8a0f6180 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index d7df281b5..269caaf13 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 7ef973e04..5789da865 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index 29f3cae79..787682dec 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.2 (Sat May 23 2020) #### 🐛 Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 7be7cdc68..a1d96a770 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- really fix tests ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index 22da4a557..d03490a56 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,20 @@ +# v9.36.3 (Thu May 28 2020) + +#### 🐛 Bug Fix + +- update version: 0.0.2 \[skip ci\] ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump typescript from 3.8.3 to 3.9.3 [#1255](https://github.com/intuit/auto/pull/1255) ([@hipstersmoothie](https://github.com/hipstersmoothie) [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.36.1 (Fri May 22 2020) #### 🐛 Bug Fix