Commit 3dc3021 1 parent 730c6ab commit 3dc3021 Copy full SHA for 3dc3021
File tree 3 files changed +27
-1
lines changed
docs/pages/docs/configuration
3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v11.1.4 (Thu Apr 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - ` @auto-it/upload-assets `
6
+ - Fix uploading conflicting canary assets [ #2451 ] ( https://github.com/intuit/auto/pull/2451 ) ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
7
+
8
+ #### Authors: 1
9
+
10
+ - Andrew Lisowski ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
11
+
12
+ ---
13
+
1
14
# v11.1.3 (Wed Apr 03 2024)
2
15
3
16
#### 🐛 Bug Fix
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex
11
11
12
12
``` bash
13
13
# Download a platform specific version of auto
14
- curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.3 /auto-linux.gz | gunzip > ~ /auto
14
+ curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.4 /auto-linux.gz | gunzip > ~ /auto
15
15
# Make auto executable
16
16
chmod a+x ~ /auto
17
17
```
Original file line number Diff line number Diff line change
1
+ # v11.1.4 (Thu Apr 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix uploading conflicting canary assets [ #2451 ] ( https://github.com/intuit/auto/pull/2451 ) ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
6
+ - fix uploading assets with the same name ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
7
+
8
+ #### Authors: 1
9
+
10
+ - Andrew Lisowski ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
11
+
12
+ ---
13
+
1
14
# v11.1.0 (Fri Feb 23 2024)
2
15
3
16
#### 🚀 Enhancement
You can’t perform that action at this time.
0 commit comments