We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fb14e commit 4bb1b0eCopy full SHA for 4bb1b0e
.changeset/config.json
@@ -7,5 +7,5 @@
7
"access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
- "ignore": ["website", "video"]
+ "ignore": ["website"]
11
}
packages/react-doctor/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# react-doctor
2
3
+## 0.0.16
4
+
5
+### Patch Changes
6
+- fix: log lint errors
## 0.0.15
### Patch Changes
packages/react-doctor/package.json
@@ -1,6 +1,6 @@
{
"name": "react-doctor",
- "version": "0.0.15",
+ "version": "0.0.16",
"description": "Diagnose and fix performance issues in your React app",
"keywords": [
"diagnostics",
0 commit comments