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 Feb 24, 2024
1 parent f6af66b commit 491d42e
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v11.1.1 (Sat Feb 24 2024)

#### 🐛 Bug Fix

- `@auto-it/core`
- fix: next version calculation for tags that contain a name/prefix [#2436](https://github.com/intuit/auto/pull/2436) ([@restfulhead](https://github.com/restfulhead))

#### 📝 Documentation

- `@auto-it/gh-pages`
- Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear))

#### Authors: 2

- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear))
- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))

---

# v11.1.0 (Fri Feb 23 2024)

#### 🚀 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/v11.1.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v11.1.1 (Sat Feb 24 2024)

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

Thank you, Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)), for all your work!

#### 🐛 Bug Fix

- fix: next version calculation for tags that contain a name/prefix [#2436](https://github.com/intuit/auto/pull/2436) ([@restfulhead](https://github.com/restfulhead))
- test: improve assertion ([@restfulhead](https://github.com/restfulhead))
- fix: test names ([@restfulhead](https://github.com/restfulhead))
- test: for changelog based on tags with names ([@restfulhead](https://github.com/restfulhead))
- fix: make this work for tags that contain a name/prefix before the version no ([@restfulhead](https://github.com/restfulhead))

#### 📝 Documentation

- Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear))

#### Authors: 2

- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear))
- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))

---

# v11.1.0 (Fri Feb 23 2024)

#### 🚀 Enhancement
Expand Down
16 changes: 16 additions & 0 deletions plugins/gh-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v11.1.1 (Sat Feb 24 2024)

#### 🐛 Bug Fix

- Update index.ts ([@eltociear](https://github.com/eltociear))

#### 📝 Documentation

- Update index.ts [#2437](https://github.com/intuit/auto/pull/2437) ([@eltociear](https://github.com/eltociear))

#### Authors: 1

- Ikko Eltociear Ashimine ([@eltociear](https://github.com/eltociear))

---

# v11.1.0 (Fri Feb 23 2024)

#### 🚀 Enhancement
Expand Down

0 comments on commit 491d42e

Please sign in to comment.