Skip to content

Commit be8951d

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 683cb1b commit be8951d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v0.0.0-alpha.18 (Fri Apr 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix publishing script. [#74](https://github.com/ds300/lazyrepo/pull/74) ([@MitjaBezensek](https://github.com/MitjaBezensek))
6+
- Exit after successfully running commands [#72](https://github.com/ds300/lazyrepo/pull/72) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@ds300](https://github.com/ds300))
7+
8+
#### 🏠 Internal
9+
10+
- don't run check-pr-labels on merged/closed PRs [#73](https://github.com/ds300/lazyrepo/pull/73) ([@ds300](https://github.com/ds300))
11+
- Improve check-pr-labels script [#71](https://github.com/ds300/lazyrepo/pull/71) ([@ds300](https://github.com/ds300))
12+
- add check-pr-labels script [#70](https://github.com/ds300/lazyrepo/pull/70) ([@ds300](https://github.com/ds300))
13+
14+
#### 🧪 Tests
15+
16+
- Change `throwOnError` to `expectError` [#69](https://github.com/ds300/lazyrepo/pull/69) ([@mrkldshv](https://github.com/mrkldshv))
17+
18+
#### Authors: 3
19+
20+
- David Sheldrick ([@ds300](https://github.com/ds300))
21+
- Mark Ladyshau ([@mrkldshv](https://github.com/mrkldshv))
22+
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
23+
24+
---
25+
126
# v0.0.0-alpha.17 (Thu Apr 20 2023)
227

328
#### 🚀 Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazyrepo",
3-
"version": "0.0.0-alpha.17",
3+
"version": "0.0.0-alpha.18",
44
"description": "lazyrepo is a caching task runner for npm/yarn/pnpm monorepos",
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)