Skip to content

Commit ab6f597

Browse files
committed
chore: update version to 0.7.0
1 parent e851042 commit ab6f597

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"name": "tanstack-query-chrome-devtools",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"type": "module",
6+
"description": "TanStack Query Chrome DevTools",
7+
"homepage": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools.git"
11+
},
12+
"author": {
13+
"name": "Dmytro Borysov"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools/issues"
17+
},
618
"scripts": {
719
"dev": "vite",
820
"build": "vite build && vite build --mode injected",

public/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"$schema": "https://json.schemastore.org/chrome-manifest",
33
"manifest_version": 3,
44
"name": "TanStack Query DevTools",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"description": "Chrome DevTools extension for debugging TanStack Query applications. Inspect queries, mutations, and cache state in real-time.",
7+
"homepage_url": "https://github.com/DeeCode-inc/tanstack-query-chrome-devtools",
8+
79
"permissions": ["storage"],
810
"devtools_page": "devtools.html",
911
"content_scripts": [

0 commit comments

Comments
 (0)