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 Apr 21, 2023
1 parent 683cb1b commit be8951d
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.18 (Fri Apr 21 2023)

#### 🐛 Bug Fix

- Fix publishing script. [#74](https://github.com/ds300/lazyrepo/pull/74) ([@MitjaBezensek](https://github.com/MitjaBezensek))
- Exit after successfully running commands [#72](https://github.com/ds300/lazyrepo/pull/72) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@ds300](https://github.com/ds300))

#### 🏠 Internal

- don't run check-pr-labels on merged/closed PRs [#73](https://github.com/ds300/lazyrepo/pull/73) ([@ds300](https://github.com/ds300))
- Improve check-pr-labels script [#71](https://github.com/ds300/lazyrepo/pull/71) ([@ds300](https://github.com/ds300))
- add check-pr-labels script [#70](https://github.com/ds300/lazyrepo/pull/70) ([@ds300](https://github.com/ds300))

#### 🧪 Tests

- Change `throwOnError` to `expectError` [#69](https://github.com/ds300/lazyrepo/pull/69) ([@mrkldshv](https://github.com/mrkldshv))

#### Authors: 3

- David Sheldrick ([@ds300](https://github.com/ds300))
- Mark Ladyshau ([@mrkldshv](https://github.com/mrkldshv))
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))

---

# v0.0.0-alpha.17 (Thu Apr 20 2023)

#### 🚀 Enhancement
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.17",
"version": "0.0.0-alpha.18",
"description": "lazyrepo is a caching task runner for npm/yarn/pnpm monorepos",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit be8951d

Please sign in to comment.