Skip to content

Commit 75381f7

Browse files
committed
chore: bump version
1 parent 583ebd8 commit 75381f7

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "vault-explorer",
33
"name": "Vault Explorer",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"minAppVersion": "1.4.13",
66
"description": "Explore your vault in visual format",
77
"author": "Trey Wallis",

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "obsidian-vault-explorer",
3-
"version": "0.0.9",
4-
"description": "Explore your vault in visual format",
5-
"main": "main.js",
6-
"scripts": {
7-
"dev": "node esbuild.config.mjs",
8-
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9-
"version": "node version-bump.mjs && git add manifest.json versions.json"
10-
},
11-
"keywords": [],
12-
"author": "Trey Wallis",
13-
"license": "MIT",
14-
"devDependencies": {
15-
"@types/bun": "latest",
16-
"@types/lodash": "^4.17.0",
17-
"@types/node": "^16.11.6",
18-
"@types/react": "^18.2.65",
19-
"@types/react-dom": "^18.2.21",
20-
"@typescript-eslint/eslint-plugin": "5.29.0",
21-
"@typescript-eslint/parser": "5.29.0",
22-
"builtin-modules": "3.3.0",
23-
"esbuild": "0.17.3",
24-
"obsidian": "latest",
25-
"tslib": "2.4.0",
26-
"typescript": "4.7.4"
27-
},
28-
"dependencies": {
29-
"lodash": "^4.17.21",
30-
"react": "^18.2.0",
31-
"react-dom": "^18.2.0",
32-
"react-virtuoso": "^4.7.2"
33-
}
2+
"name": "obsidian-vault-explorer",
3+
"version": "0.0.10",
4+
"description": "Explore your vault in visual format",
5+
"main": "main.js",
6+
"scripts": {
7+
"dev": "node esbuild.config.mjs",
8+
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9+
"version": "node version-bump.mjs && git add manifest.json versions.json"
10+
},
11+
"keywords": [],
12+
"author": "Trey Wallis",
13+
"license": "MIT",
14+
"devDependencies": {
15+
"@types/bun": "latest",
16+
"@types/lodash": "^4.17.0",
17+
"@types/node": "^16.11.6",
18+
"@types/react": "^18.2.65",
19+
"@types/react-dom": "^18.2.21",
20+
"@typescript-eslint/eslint-plugin": "5.29.0",
21+
"@typescript-eslint/parser": "5.29.0",
22+
"builtin-modules": "3.3.0",
23+
"esbuild": "0.17.3",
24+
"obsidian": "latest",
25+
"tslib": "2.4.0",
26+
"typescript": "4.7.4"
27+
},
28+
"dependencies": {
29+
"lodash": "^4.17.21",
30+
"react": "^18.2.0",
31+
"react-dom": "^18.2.0",
32+
"react-virtuoso": "^4.7.2"
33+
}
3434
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"0.0.6": "1.4.13",
88
"0.0.7": "1.4.13",
99
"0.0.8": "1.4.13",
10-
"0.0.9": "1.4.13"
10+
"0.0.9": "1.4.13",
11+
"0.0.10": "1.4.13"
1112
}

0 commit comments

Comments
 (0)