We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b70749 commit a5e0651Copy full SHA for a5e0651
extension/manifest.json
@@ -5,7 +5,7 @@
5
"short_name": "react-perf-devtool",
6
"description":
7
"A devtool extension for inspecting the performance of React components.",
8
- "version": "5.2",
+ "version": "5.3",
9
"devtools_page": "devtools.html",
10
11
"icons": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-perf-devtool",
3
- "version": "3.0.7",
+ "version": "3.0.8",
4
"description": "A devtool for inspecting the performance of React Components",
"main": "index.js",
"types": "index.d.ts",
0 commit comments