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 Mar 20, 2022
1 parent c878773 commit 44f49e8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# v10.36.4 (Sun Mar 20 2022)

#### 🐛 Bug Fix

- `@auto-it/gem`
- Gem: use releaseCommand in canary release [#2174](https://github.com/intuit/auto/pull/2174) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🔩 Dependency Updates

- Bump shelljs from 0.8.4 to 0.8.5 [#2132](https://github.com/intuit/auto/pull/2132) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 2

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.36.3 (Sun Mar 20 2022)

#### 🐛 Bug Fix
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.3/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.36.4/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
18 changes: 18 additions & 0 deletions plugins/gem/CHANGELOG.md
@@ -1,3 +1,21 @@
# v10.36.4 (Sun Mar 20 2022)

#### 🐛 Bug Fix

- Gem: use releaseCommand in canary release [#2174](https://github.com/intuit/auto/pull/2174) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Gem: use releaseCommand in canary release ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🔩 Dependency Updates

- Bump shelljs from 0.8.4 to 0.8.5 [#2132](https://github.com/intuit/auto/pull/2132) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 2

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.36.3 (Sun Mar 20 2022)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 44f49e8

Please sign in to comment.