File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
docs/pages/docs/configuration Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # v11.1.6 (Thu Apr 04 2024)
2+
3+ #### ⚠️ Pushed to ` main `
4+
5+ - ` @auto-it/slack `
6+ - improve long slack message chunking by chunking at newlines ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
7+
8+ #### Authors: 1
9+
10+ - Andrew Lisowski ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
11+
12+ ---
13+
114# v11.1.5 (Thu Apr 04 2024)
215
316#### 🐛 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
1111
1212``` bash
1313# Download a platform specific version of auto
14- curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.5 /auto-linux.gz | gunzip > ~ /auto
14+ curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.6 /auto-linux.gz | gunzip > ~ /auto
1515# Make auto executable
1616chmod a+x ~ /auto
1717```
Original file line number Diff line number Diff line change 1+ # v11.1.6 (Thu Apr 04 2024)
2+
3+ #### ⚠️ Pushed to ` main `
4+
5+ - improve long slack message chunking by chunking at newlines ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
6+
7+ #### Authors: 1
8+
9+ - Andrew Lisowski ([ @hipstersmoothie ] ( https://github.com/hipstersmoothie ) )
10+
11+ ---
12+
113# v11.1.5 (Thu Apr 04 2024)
214
315#### 🐛 Bug Fix
You can’t perform that action at this time.
0 commit comments