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 Apr 9, 2021
1 parent bfcaee5 commit f9447d9
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.24.3 (Thu Apr 08 2021)

#### 🐛 Bug Fix

- `@auto-it/npm`
- Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph))

#### Authors: 1

- Justin Bennett ([@zephraph](https://github.com/zephraph))

---

# v10.24.2 (Thu Apr 08 2021)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
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.24.2/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.24.3/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v10.24.3 (Thu Apr 08 2021)

#### 🐛 Bug Fix

- Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph))

#### Authors: 1

- Justin Bennett ([@zephraph](https://github.com/zephraph))

---

# v10.24.1 (Mon Mar 29 2021)

#### 🐛 Bug Fix
Expand Down
14 changes: 14 additions & 0 deletions plugins/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v10.24.3 (Thu Apr 08 2021)

#### 🐛 Bug Fix

- Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph))
- Fix tests referencing yarn ([@zephraph](https://github.com/zephraph))
- Prefer npx over yarn for running lerna commands ([@zephraph](https://github.com/zephraph))

#### Authors: 1

- Justin Bennett ([@zephraph](https://github.com/zephraph))

---

# v10.24.1 (Mon Mar 29 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit f9447d9

Please sign in to comment.