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 6, 2023
1 parent b351c58 commit 5637006
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v11.0.2 (Wed Sep 06 2023)

#### 🐛 Bug Fix

- `@auto-it/core`
- Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud))
- fix(core): fix configuration extends overrides order [#2387](https://github.com/intuit/auto/pull/2387) ([@jBouyoud](https://github.com/jBouyoud))
- fix: allow pr check on old version branches [#2388](https://github.com/intuit/auto/pull/2388) ([@jBouyoud](https://github.com/jBouyoud))
- `@auto-it/protected-branch`
- fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud))

#### Authors: 1

- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud))

---

# v11.0.1 (Thu Aug 10 2023)

:tada: This release contains work from new contributors! :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/v11.0.1/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.2/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v11.0.2 (Wed Sep 06 2023)

#### 🐛 Bug Fix

- Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud))
- fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud))
- fix(core): fix configuration extends overrides order [#2387](https://github.com/intuit/auto/pull/2387) ([@jBouyoud](https://github.com/jBouyoud))
- fix: allow pr check on old version branches [#2388](https://github.com/intuit/auto/pull/2388) ([@jBouyoud](https://github.com/jBouyoud))
- fix: create a non latest release when working on oldVersions ([@jBouyoud](https://github.com/jBouyoud))
- fix: allow pr check on old version branches ([@jBouyoud](https://github.com/jBouyoud))
- fix(core): fix configuration extends overrides order ([@jBouyoud](https://github.com/jBouyoud))

#### Authors: 1

- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud))

---

# v10.46.0 (Wed Apr 26 2023)

### Release Notes
Expand Down
14 changes: 14 additions & 0 deletions plugins/protected-branch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v11.0.2 (Wed Sep 06 2023)

#### 🐛 Bug Fix

- Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud))
- fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud))
- fix: open release PR on current branch instead of base ([@jBouyoud](https://github.com/jBouyoud))

#### Authors: 1

- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud))

---

# v11.0.1 (Thu Aug 10 2023)

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

0 comments on commit 5637006

Please sign in to comment.