Skip to content

Commit b33976c

Browse files
committed
fix
1 parent c05f4b0 commit b33976c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/react-doctor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-doctor
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- fix issues
8+
39
## 0.0.22
410

511
### Patch Changes

packages/react-doctor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Options:
6262
-y, --yes skip prompts, scan all workspace projects
6363
--project <name> select workspace project (comma-separated for multiple)
6464
--diff [base] scan only files changed vs base branch
65+
--no-ami skip Ami-related prompts
6566
--fix open Ami to auto-fix all issues
6667
--prompt copy latest scan output to clipboard
6768
-h, --help display help for command

packages/react-doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-doctor",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "Diagnose and fix performance issues in your React app",
55
"keywords": [
66
"diagnostics",

0 commit comments

Comments
 (0)