Skip to content

Commit 9a291e8

Browse files
committed
feat: Bump version to 0.10.0 in package.json, package-lock.json, and manifest.json
1 parent bbf6254 commit 9a291e8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

memory-bank

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tanstack-query-chrome-devtools",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"type": "module",
66
"description": "TanStack Query DevTools",
77
"homepage": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools#readme",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"strict_min_version": "112.0"
99
}
1010
},
11-
"version": "0.9.0",
11+
"version": "0.10.0",
1212
"description": "DevTools extension for debugging TanStack Query applications. Inspect queries, mutations, and cache state in real-time.",
1313
"homepage_url": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools",
1414

0 commit comments

Comments
 (0)