Skip to content

Commit 674ce99

Browse files
Update CHANGELOG.md [skip ci]
1 parent f4dcb98 commit 674ce99

File tree

4 files changed

+62
-1
lines changed

4 files changed

+62
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v11.2.0 (Wed Jul 17 2024)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42)), for all your work!
6+
7+
#### 🚀 Enhancement
8+
9+
- `@auto-it/version-file`
10+
- [Version File] Remove assumption that canary and next should be snapshots [#2467](https://github.com/intuit/auto/pull/2467) ([@sugarmanz](https://github.com/sugarmanz))
11+
12+
#### 🐛 Bug Fix
13+
14+
- `@auto-it/slack`
15+
- fix: handling of long strings in slack plugin [#2464](https://github.com/intuit/auto/pull/2464) ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
16+
17+
#### Authors: 2
18+
19+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
20+
- Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
21+
22+
---
23+
124
# v11.1.6 (Thu Apr 04 2024)
225

326
#### ⚠️ Pushed to `main`

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

Lines changed: 1 addition & 1 deletion
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/v11.1.6/auto-linux.gz | gunzip > ~/auto
14+
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.2.0/auto-linux.gz | gunzip > ~/auto
1515
# Make auto executable
1616
chmod a+x ~/auto
1717
```

plugins/slack/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v11.2.0 (Wed Jul 17 2024)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- fix: handling of long strings in slack plugin [#2464](https://github.com/intuit/auto/pull/2464) ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
10+
- fix: handling of long strings in slack ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
11+
12+
#### Authors: 1
13+
14+
- Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
15+
16+
---
17+
118
# v11.1.6 (Thu Apr 04 2024)
219

320
#### ⚠️ Pushed to `main`

plugins/version-file/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v11.2.0 (Wed Jul 17 2024)
2+
3+
#### 🚀 Enhancement
4+
5+
- [Version File] Remove assumption that canary and next should be snapshots [#2467](https://github.com/intuit/auto/pull/2467) ([@sugarmanz](https://github.com/sugarmanz))
6+
7+
#### 🐛 Bug Fix
8+
9+
- lint ([@sugarmanz](https://github.com/sugarmanz))
10+
- readme formatting ([@sugarmanz](https://github.com/sugarmanz))
11+
- make it non-breaking ([@sugarmanz](https://github.com/sugarmanz))
12+
- update version-file tests to reflect change ([@sugarmanz](https://github.com/sugarmanz))
13+
- update version-file docs to reflect change ([@sugarmanz](https://github.com/sugarmanz))
14+
- let publish script know more about the type of release, instead of hardcoding snapshot for next ([@sugarmanz](https://github.com/sugarmanz))
15+
16+
#### Authors: 1
17+
18+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
19+
20+
---
21+
122
# v11.1.0 (Fri Feb 23 2024)
223

324
#### 🚀 Enhancement

0 commit comments

Comments
 (0)