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 Sep 30, 2021
1 parent d1b3438 commit 85524cc
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.32.1 (Thu Sep 30 2021)

#### 🐛 Bug Fix

- `@auto-it/core`, `@auto-it/conventional-commits`
- use strict check so SEMVER.noVersion can add skip-release [#2086](https://github.com/intuit/auto/pull/2086) ([@hborawski](https://github.com/hborawski))

#### Authors: 1

- Harris Borawski ([@hborawski](https://github.com/hborawski))

---

# v10.32.0 (Wed Sep 15 2021)

#### 🚀 Enhancement
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.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.32.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.32.1 (Thu Sep 30 2021)

#### 🐛 Bug Fix

- use strict check so SEMVER.noVersion can add skip-release [#2086](https://github.com/intuit/auto/pull/2086) ([@hborawski](https://github.com/hborawski))
- remove memoize from getLabels, otherwise label manipulation by plugins doenst work in pr-check ([@hborawski](https://github.com/hborawski))

#### Authors: 1

- Harris Borawski ([@hborawski](https://github.com/hborawski))

---

# v10.32.0 (Wed Sep 15 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down
13 changes: 13 additions & 0 deletions plugins/conventional-commits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.32.1 (Thu Sep 30 2021)

#### 🐛 Bug Fix

- use strict check so SEMVER.noVersion can add skip-release [#2086](https://github.com/intuit/auto/pull/2086) ([@hborawski](https://github.com/hborawski))
- use strict check so SEMVER.noVersion can add skip-release ([@hborawski](https://github.com/hborawski))

#### Authors: 1

- Harris Borawski ([@hborawski](https://github.com/hborawski))

---

# v10.29.0 (Fri May 21 2021)

#### 🚀 Enhancement
Expand Down

0 comments on commit 85524cc

Please sign in to comment.