Skip to content

Commit

Permalink
Merge pull request #135 from decaf-dev/dev
Browse files Browse the repository at this point in the history
1.17.2
  • Loading branch information
decaf-dev committed Jun 26, 2024
2 parents 033a7ae + 33bd590 commit 652de82
Show file tree
Hide file tree
Showing 31 changed files with 1,433 additions and 377 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.17.1",
"version": "1.17.2",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "DecafDev",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "obsidian-vault-explorer",
"version": "1.17.1",
"version": "1.17.2",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"guardgen": "ts-auto-guard",
"test": "jest --config jest.config.js"
},
"keywords": [],
Expand All @@ -25,6 +26,7 @@
"jest": "^29.7.0",
"obsidian": "latest",
"svelte-preprocess": "^5.1.4",
"ts-auto-guard": "^5.0.0",
"ts-jest": "^29.1.4",
"tslib": "2.4.0",
"typescript": "4.7.4"
Expand Down
Loading

0 comments on commit 652de82

Please sign in to comment.