Skip to content

Commit 4bb1b0e

Browse files
committed
fix
1 parent 06fb14e commit 4bb1b0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["website", "video"]
10+
"ignore": ["website"]
1111
}

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.16
4+
5+
### Patch Changes
6+
7+
- fix: log lint errors
8+
39
## 0.0.15
410

511
### Patch Changes

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.15",
3+
"version": "0.0.16",
44
"description": "Diagnose and fix performance issues in your React app",
55
"keywords": [
66
"diagnostics",

0 commit comments

Comments
 (0)