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 22, 2023
1 parent f49fd3e commit cb403a4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v0.0.0-alpha.21 (Sat Apr 22 2023)

#### 🐛 Bug Fix

- Add colors to the diff depending on the diff kind. [#77](https://github.com/ds300/lazyrepo/pull/77) ([@MitjaBezensek](https://github.com/MitjaBezensek))

#### ⚠️ Pushed to `main`

- fix prettier usage in publish-new.js ([@ds300](https://github.com/ds300))
- update logo ([@ds300](https://github.com/ds300))

#### 🏠 Internal

- run prettier before committing changelog [#76](https://github.com/ds300/lazyrepo/pull/76) ([@ds300](https://github.com/ds300))

#### Authors: 2

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

---

# v0.0.0-alpha.20 (Fri Apr 21 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.20",
"version": "0.0.0-alpha.21",
"description": "lazyrepo is a caching task runner for npm/yarn/pnpm monorepos",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit cb403a4

Please sign in to comment.