Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Jun 5, 2023
1 parent 3d416a9 commit 7f40119
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.0.0-alpha.27 (Mon Jun 05 2023)

#### 💥 Breaking Change

- Make full CI logging opt-in [#113](https://github.com/ds300/lazyrepo/pull/113) ([@ds300](https://github.com/ds300))

#### 🐛 Bug Fix

- Custom glob syntax [#112](https://github.com/ds300/lazyrepo/pull/112) ([@ds300](https://github.com/ds300))
- David/windows support 2 [#103](https://github.com/ds300/lazyrepo/pull/103) ([@ds300](https://github.com/ds300))
- Fix globbing [#99](https://github.com/ds300/lazyrepo/pull/99) ([@ds300](https://github.com/ds300))
- Log package.json dir path if validation fails [#79](https://github.com/ds300/lazyrepo/pull/79) ([@mrkldshv](https://github.com/mrkldshv))

#### ⚠️ Pushed to `main`

- make windows tests run in band ([@ds300](https://github.com/ds300))
- reinstate setup action ([@ds300](https://github.com/ds300))

#### Authors: 2

- David Sheldrick ([@ds300](https://github.com/ds300))
- Mark Ladyshau ([@mrkldshv](https://github.com/mrkldshv))

---

# v0.0.0-alpha.26 (Tue May 02 2023)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazyrepo",
"version": "0.0.0-alpha.26",
"version": "0.0.0-alpha.27",
"description": "lazyrepo is a caching task runner for npm/yarn/pnpm monorepos",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 7f40119

Please sign in to comment.