Skip to content

Commit 1bf96ec

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 8a2d067 commit 1bf96ec

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v0.0.0-alpha.22 (Tue Apr 25 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- tests(manifest constructor): add property-based-tests & fix bugs [#80](https://github.com/ds300/lazyrepo/pull/80) ([@ds300](https://github.com/ds300))
6+
7+
#### ⚠️ Pushed to `main`
8+
9+
- Update README.md ([@ds300](https://github.com/ds300))
10+
- center logo ([@ds300](https://github.com/ds300))
11+
- simplify svg ([@ds300](https://github.com/ds300))
12+
- refine logo ([@ds300](https://github.com/ds300))
13+
- update logo again ([@ds300](https://github.com/ds300))
14+
- update logo ([@ds300](https://github.com/ds300))
15+
16+
#### 🏠 Internal
17+
18+
- Run Label Enforcer on Cloudflare worker [#81](https://github.com/ds300/lazyrepo/pull/81) ([@ds300](https://github.com/ds300))
19+
20+
#### 🧪 Tests
21+
22+
- tests: use memfs in ManifestConstructor.test [#78](https://github.com/ds300/lazyrepo/pull/78) ([@ds300](https://github.com/ds300))
23+
24+
#### Authors: 1
25+
26+
- David Sheldrick ([@ds300](https://github.com/ds300))
27+
28+
---
29+
130
# v0.0.0-alpha.21 (Sat Apr 22 2023)
231

332
#### 🐛 Bug Fix

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.21",
3+
"version": "0.0.0-alpha.22",
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)