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 Jul 17, 2024
1 parent f4dcb98 commit 674ce99
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v11.2.0 (Wed Jul 17 2024)

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

Thank you, Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42)), for all your work!

#### 🚀 Enhancement

- `@auto-it/version-file`
- [Version File] Remove assumption that canary and next should be snapshots [#2467](https://github.com/intuit/auto/pull/2467) ([@sugarmanz](https://github.com/sugarmanz))

#### 🐛 Bug Fix

- `@auto-it/slack`
- fix: handling of long strings in slack plugin [#2464](https://github.com/intuit/auto/pull/2464) ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))

#### Authors: 2

- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
- Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))

---

# v11.1.6 (Thu Apr 04 2024)

#### ⚠️ Pushed to `main`
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.1.6/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.2.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
17 changes: 17 additions & 0 deletions plugins/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v11.2.0 (Wed Jul 17 2024)

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

Thank you, Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42)), for all your work!

#### 🐛 Bug Fix

- fix: handling of long strings in slack plugin [#2464](https://github.com/intuit/auto/pull/2464) ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))
- fix: handling of long strings in slack ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))

#### Authors: 1

- Martin Elias ([@LittleGreenYoda42](https://github.com/LittleGreenYoda42))

---

# v11.1.6 (Thu Apr 04 2024)

#### ⚠️ Pushed to `main`
Expand Down
21 changes: 21 additions & 0 deletions plugins/version-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v11.2.0 (Wed Jul 17 2024)

#### 🚀 Enhancement

- [Version File] Remove assumption that canary and next should be snapshots [#2467](https://github.com/intuit/auto/pull/2467) ([@sugarmanz](https://github.com/sugarmanz))

#### 🐛 Bug Fix

- lint ([@sugarmanz](https://github.com/sugarmanz))
- readme formatting ([@sugarmanz](https://github.com/sugarmanz))
- make it non-breaking ([@sugarmanz](https://github.com/sugarmanz))
- update version-file tests to reflect change ([@sugarmanz](https://github.com/sugarmanz))
- update version-file docs to reflect change ([@sugarmanz](https://github.com/sugarmanz))
- let publish script know more about the type of release, instead of hardcoding snapshot for next ([@sugarmanz](https://github.com/sugarmanz))

#### Authors: 1

- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))

---

# v11.1.0 (Fri Feb 23 2024)

#### 🚀 Enhancement
Expand Down

0 comments on commit 674ce99

Please sign in to comment.