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 Feb 22, 2024
1 parent b4464d5 commit 7fe155e
Show file tree
Hide file tree
Showing 4 changed files with 44 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 @@
# v11.0.7 (Thu Feb 22 2024)

#### 🐛 Bug Fix

- `@auto-it/npm`
- fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon))

#### Authors: 1

- Atte Huhtakangas ([@jazmon](https://github.com/jazmon))

---

# v11.0.6 (Thu Feb 22 2024)

#### 🐛 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/v11.0.6/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.7/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 @@
# v11.0.7 (Thu Feb 22 2024)

#### 🐛 Bug Fix

- fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon))

#### Authors: 1

- Atte Huhtakangas ([@jazmon](https://github.com/jazmon))

---

# v11.0.6 (Thu Feb 22 2024)

#### 🐛 Bug Fix
Expand Down
18 changes: 18 additions & 0 deletions plugins/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v11.0.7 (Thu Feb 22 2024)

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

Thank you, Atte Huhtakangas ([@jazmon](https://github.com/jazmon)), for all your work!

#### 🐛 Bug Fix

- fix(npm): mark releases as latest with lerna [#2414](https://github.com/intuit/auto/pull/2414) ([@jazmon](https://github.com/jazmon))
- fix(npm): don't mark release as latest if in old version branch ([@jazmon](https://github.com/jazmon))
- fix(npm): mark releases as latest with lerna ([@jazmon](https://github.com/jazmon))

#### Authors: 1

- Atte Huhtakangas ([@jazmon](https://github.com/jazmon))

---

# v11.0.6 (Thu Feb 22 2024)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 7fe155e

Please sign in to comment.