Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed May 20, 2022
1 parent 233ebdc commit 520030b
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,29 @@
# v10.37.0 (Fri May 20 2022)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

:heart: Josh Biddick ([@sonic-knuckles](https://github.com/sonic-knuckles))

#### 🚀 Enhancement

- `auto`, `@auto-it/version-file`
- Version File Plugin [#2107](https://github.com/intuit/auto/pull/2107) (ketan_reddy@intuit.com)

#### 🐛 Bug Fix

- Update index.mdx [#2184](https://github.com/intuit/auto/pull/2184) ([@sonic-knuckles](https://github.com/sonic-knuckles))

#### Authors: 2

- Josh Biddick ([@sonic-knuckles](https://github.com/sonic-knuckles))
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

---

# v10.36.6 (Fri May 20 2022)

:tada: This release contains work from new contributors! :tada:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Expand Up @@ -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.36.6/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.37.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,3 +1,29 @@
# v10.37.0 (Fri May 20 2022)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

:heart: Josh Biddick ([@sonic-knuckles](https://github.com/sonic-knuckles))

#### 🚀 Enhancement

- Version File Plugin [#2107](https://github.com/intuit/auto/pull/2107) (ketan_reddy@intuit.com)

#### 🐛 Bug Fix

- Update index.mdx [#2184](https://github.com/intuit/auto/pull/2184) ([@sonic-knuckles](https://github.com/sonic-knuckles))
- include the version-file plugin with the cli (ketan_reddy@intuit.com)

#### Authors: 2

- Josh Biddick ([@sonic-knuckles](https://github.com/sonic-knuckles))
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

---

# v10.36.5 (Sun Mar 20 2022)

#### 🐛 Bug Fix
Expand Down
26 changes: 26 additions & 0 deletions plugins/version-file/CHANGELOG.md
@@ -0,0 +1,26 @@
# v10.33.0 (Fri May 20 2022)

:tada: This release contains work from a new contributor! :tada:

Thank you, Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)), for all your work!

#### 🚀 Enhancement

- Version File Plugin [#2107](https://github.com/intuit/auto/pull/2107) (ketan_reddy@intuit.com)

#### 🐛 Bug Fix

- Fix more tests (ketan_reddy@intuit.com)
- Make sure quotes are included in commit message (ketan_reddy@intuit.com)
- Fix version in commit string not being replaced. Align versioning scheme with other plugins (ketan_reddy@intuit.com)
- fix failing test (ketan_reddy@intuit.com)
- remove duplicate dash in canary version names (ketan_reddy@intuit.com)
- change plugin name to match convention (ketan_reddy@intuit.com)
- Fix issue with getting last release in canary builds with no previous versions (ketan_reddy@intuit.com)
- rename releaseScript to publishScript to keep naming consistant (ketan_reddy@intuit.com)
- include the version-file plugin with the cli (ketan_reddy@intuit.com)
- Rename to be more accurate. Make releaseScript optional, update tests. (ketan_reddy@intuit.com)

#### Authors: 1

- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

0 comments on commit 520030b

Please sign in to comment.