-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb5b44b
commit e97782b
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Changelog | ||
|
||
## [3.6.1] - 2023-08-06 | ||
|
||
### Fixed | ||
|
||
- Pin prettier dependency to v2.x for now to avoid build errors | ||
|
||
### How to update existing projects | ||
|
||
```sh | ||
$ cd your-project | ||
$ rm -rf node_modules # Or remove the node_modules folder by hand | ||
$ rm package-lock.json # Or remove the package-lock.json file by hand | ||
$ npm install [email protected] | ||
``` | ||
|
||
## [3.6.0] - 2023-06-01 | ||
|
||
### New | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters