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 Dec 10, 2021
1 parent 123fcfd commit d4a5b56
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# v10.32.4 (Fri Dec 10 2021)

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

Thanks for all your work!

:heart: null[@yogeshkhandelwal](https://github.com/yogeshkhandelwal)

:heart: yogesh khandelwal ([@ykhandelwal913](https://github.com/ykhandelwal913))

:heart: Andreas Weichselbaum ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))

### Release Notes

#### fixing gradle issue ([#2116](https://github.com/intuit/auto/pull/2116))

This release fixes the Gradle plugin ([#2608](https://github.com/intuit/auto/issues/2068)) for Gradle 6.8+.

---

#### 🐛 Bug Fix

- `@auto-it/gradle`
- fixing gradle issue [#2116](https://github.com/intuit/auto/pull/2116) ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal) [@ykhandelwal913](https://github.com/ykhandelwal913))

#### 📝 Documentation

- Expand default label configuration by default in Docs [#2060](https://github.com/intuit/auto/pull/2060) ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))

#### Authors: 3

- [@yogeshkhandelwal](https://github.com/yogeshkhandelwal)
- Andreas Weichselbaum ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))
- yogesh khandelwal ([@ykhandelwal913](https://github.com/ykhandelwal913))

---

# v10.32.3 (Mon Nov 22 2021)

:tada: This release contains work from a new contributor! :tada:
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.32.3/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.32.4/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
44 changes: 44 additions & 0 deletions plugins/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# v10.32.4 (Fri Dec 10 2021)

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

Thanks for all your work!

:heart: null[@yogeshkhandelwal](https://github.com/yogeshkhandelwal)

:heart: yogesh khandelwal ([@ykhandelwal913](https://github.com/ykhandelwal913))

:heart: Andreas Weichselbaum ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))

### Release Notes

#### fixing gradle issue ([#2116](https://github.com/intuit/auto/pull/2116))

This release fixes the Gradle plugin ([#2608](https://github.com/intuit/auto/issues/2068)) for Gradle 6.8+.

---

#### 🐛 Bug Fix

- fixing gradle issue [#2116](https://github.com/intuit/auto/pull/2116) ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal) [@ykhandelwal913](https://github.com/ykhandelwal913))
- Removing unsnapshot version ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- fixing test ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- Adding some more task ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- Adding individual tasks of release plugin to ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- fixing build ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- removing unused variable ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- fixing gradle issue ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))
- testing with release ([@yogeshkhandelwal](https://github.com/yogeshkhandelwal))

#### 📝 Documentation

- Expand default label configuration by default in Docs [#2060](https://github.com/intuit/auto/pull/2060) ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))

#### Authors: 3

- [@yogeshkhandelwal](https://github.com/yogeshkhandelwal)
- Andreas Weichselbaum ([@AndreasWeichselbaum](https://github.com/AndreasWeichselbaum))
- yogesh khandelwal ([@ykhandelwal913](https://github.com/ykhandelwal913))

---

# v10.32.2 (Tue Oct 26 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit d4a5b56

Please sign in to comment.