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 Jun 8, 2021
1 parent 3f1752f commit 74d2991
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v10.29.3 (Tue Jun 08 2021)

#### 🐛 Bug Fix

- `@auto-it/npm`
- Revert #1997 [#2010](https://github.com/intuit/auto/pull/2010) (praxis@target.com [@10hendersonm](https://github.com/10hendersonm))
- fix(npm): Prevents canary releases with double dashed version numbers [#1997](https://github.com/intuit/auto/pull/1997) ([@10hendersonm](https://github.com/10hendersonm))

#### 📝 Documentation

- Fix broken link to /generated/omit-commits [#2001](https://github.com/intuit/auto/pull/2001) ([@hasparus](https://github.com/hasparus))

#### Authors: 3

- Marty Henderson ([@10hendersonm](https://github.com/10hendersonm))
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
- Vela CI (praxis@target.com)

---

# v10.29.2 (Tue May 25 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.29.2/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.29.3/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
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.29.3 (Tue Jun 08 2021)

#### 🐛 Bug Fix

- Revert #1997 [#2010](https://github.com/intuit/auto/pull/2010) (praxis@target.com [@10hendersonm](https://github.com/10hendersonm))
- fix(npm): Prevents canary releases with double dashed version numbers [#1997](https://github.com/intuit/auto/pull/1997) ([@10hendersonm](https://github.com/10hendersonm))

#### Authors: 2

- Marty Henderson ([@10hendersonm](https://github.com/10hendersonm))
- Vela CI (praxis@target.com)

---

# v10.29.1 (Tue May 25 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 74d2991

Please sign in to comment.