Skip to content

Commit

Permalink
release: 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 7, 2023
1 parent 851c7cb commit b200cd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "quick-preview",
"name": "Quick Preview",
"version": "0.4.3",
"version": "0.4.4",
"minAppVersion": "1.3.5",
"description": "Quickly preview a suggestion before selecting it in link suggestions & quick swicher.",
"author": "Ryota Ushio",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-quick-preview",
"version": "0.4.3",
"version": "0.4.4",
"description": "An Obsidian.md plugin to quickly preview a suggestion before selecting it in link suggestions & quick swicher.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,7 +11,8 @@
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lib": "tsc --project tsconfig-lib.json",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs && git add manifest.json versions.json",
"publish": "npm run lib && npm publish"
},
"keywords": [],
"author": "Ryota Ushio",
Expand Down

0 comments on commit b200cd2

Please sign in to comment.