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 8, 2020
1 parent 77c288f commit d5d156d
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v9.43.1 (Tue Jul 07 2020)

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

Thank you, Lucas Shadler ([@lshadler](https://github.com/lshadler)), for all your work!

#### 🐛 Bug Fix

- `@auto-it/core`
- fix: prioritize base branch head ref [#1363](https://github.com/intuit/auto/pull/1363) ([@lshadler](https://github.com/lshadler) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Lucas Shadler ([@lshadler](https://github.com/lshadler))

---

# v9.43.0 (Tue Jul 07 2020)

#### 🚀 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 @@ -13,7 +13,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/v9.43.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.43.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v9.43.1 (Tue Jul 07 2020)

#### 🐛 Bug Fix

- fix test ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix: prioritize base branch head ref (lucas_shadler@intuit.com)

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Lucas Shadler (lucas_shadler@intuit.com)

---

# v9.43.0 (Tue Jul 07 2020)

#### 🚀 Enhancement
Expand Down
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v9.43.1 (Tue Jul 07 2020)

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

Thank you, Lucas Shadler ([@lshadler](https://github.com/lshadler)), for all your work!

#### 🐛 Bug Fix

- fix: prioritize base branch head ref [#1363](https://github.com/intuit/auto/pull/1363) ([@lshadler](https://github.com/lshadler) [@hipstersmoothie](https://github.com/hipstersmoothie))
- fix test ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix: prioritize base branch head ref ([@lshadler](https://github.com/lshadler))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Lucas Shadler ([@lshadler](https://github.com/lshadler))

---

# v9.42.0 (Tue Jul 07 2020)

#### 🚀 Enhancement
Expand Down

0 comments on commit d5d156d

Please sign in to comment.