Skip to content

Commit 895ec85

Browse files
Update CHANGELOG.md [skip ci]
1 parent fc7da59 commit 895ec85

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.42.2 (Wed Feb 22 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `auto`
6+
- fix examples for release command [#2332](https://github.com/intuit/auto/pull/2332) ([@AndreyBozhko](https://github.com/AndreyBozhko))
7+
8+
#### Authors: 1
9+
10+
- Andrey Bozhko ([@AndreyBozhko](https://github.com/AndreyBozhko))
11+
12+
---
13+
114
# v10.42.1 (Tue Feb 21 2023)
215

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

docs/pages/docs/configuration/non-npm.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex
1111

1212
```bash
1313
# Download a platform specific version of auto
14-
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.42.1/auto-linux.gz | gunzip > ~/auto
14+
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.42.2/auto-linux.gz | gunzip > ~/auto
1515
# Make auto executable
1616
chmod a+x ~/auto
1717
```

packages/cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.42.2 (Wed Feb 22 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- fix examples for release command [#2332](https://github.com/intuit/auto/pull/2332) ([@AndreyBozhko](https://github.com/AndreyBozhko))
6+
- fix examples for release command ([@AndreyBozhko](https://github.com/AndreyBozhko))
7+
8+
#### Authors: 1
9+
10+
- Andrey Bozhko ([@AndreyBozhko](https://github.com/AndreyBozhko))
11+
12+
---
13+
114
# v10.42.0 (Fri Feb 10 2023)
215

316
#### 🚀 Enhancement

0 commit comments

Comments
 (0)