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 28, 2023
1 parent d298578 commit 3148836
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# v11.0.0 (Fri Jul 28 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ashik Vetrivelu ([@ashik94vc](https://github.com/ashik94vc))

:heart: Chris ([@ccremer](https://github.com/ccremer))

### Release Notes

#### upgrade lerna ([#2378](https://github.com/intuit/auto/pull/2378))

This releases upgrades the lerna package in the npm plugin to latest. This is a big upgrade and constitutes a breaking change.

---

#### 💥 Breaking Change

- upgrade lerna [#2378](https://github.com/intuit/auto/pull/2378) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 📝 Documentation

- Update GitHub actions usage example [#2366](https://github.com/intuit/auto/pull/2366) ([@ccremer](https://github.com/ccremer))
- `@auto-it/gradle`
- feat: update broken markdown for gradle-release plugin link [#2374](https://github.com/intuit/auto/pull/2374) ([@ashik94vc](https://github.com/ashik94vc))

#### Authors: 3

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Ashik Vetrivelu ([@ashik94vc](https://github.com/ashik94vc))
- Chris ([@ccremer](https://github.com/ccremer))

---

# v10.46.0 (Wed Apr 26 2023)

### Release Notes
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/v10.46.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
20 changes: 20 additions & 0 deletions plugins/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v11.0.0 (Fri Jul 28 2023)

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

Thank you, Ashik Vetrivelu ([@ashik94vc](https://github.com/ashik94vc)), for all your work!

#### 🐛 Bug Fix

- feat: update broken markdown for gradle release plugin link ([@ashik94vc](https://github.com/ashik94vc))

#### 📝 Documentation

- feat: update broken markdown for gradle-release plugin link [#2374](https://github.com/intuit/auto/pull/2374) ([@ashik94vc](https://github.com/ashik94vc))

#### Authors: 1

- Ashik Vetrivelu ([@ashik94vc](https://github.com/ashik94vc))

---

# v10.46.0 (Wed Apr 26 2023)

### Release Notes
Expand Down

0 comments on commit 3148836

Please sign in to comment.