Skip to content

Commit

Permalink
release: 0.5.2 (Fixed d.ts files not included in the npm release)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 9, 2023
1 parent 28eafc0 commit e00dff9
Show file tree
Hide file tree
Showing 5 changed files with 5 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.5.1",
"version": "0.5.2",
"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.

4 changes: 2 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.5.1",
"version": "0.5.2",
"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 @@ -10,7 +10,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"lib": "tsc --project tsconfig-lib.json",
"lib": "rm -rf lib && tsc --project tsconfig-lib.json",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"publish": "npm run lib && npm publish"
},
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e00dff9

Please sign in to comment.