This commit is contained in:
Simon Cambier
2022-04-22 23:09:30 +02:00
parent 330df899a0
commit 4d9457813a
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "scambier.obsidian-omnisearch",
"name": "Omnisearch",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "0.14.2",
"description": "Search over organization",
"author": "Simon Cambier",

View File

@@ -1,12 +1,12 @@
{
"name": "scambier.obsidian-search",
"version": "0.2.1",
"version": "0.2.2",
"description": "Search over organization",
"main": "dist/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"version": "node version-bump.mjs && git add manifest.json versions.json package.json",
"lint": "eslint . --ext .ts --fix --ignore-path .gitignore"
},
"keywords": [],

View File

@@ -9,5 +9,6 @@
"0.1.7": "0.14.2",
"0.1.8": "0.14.2",
"0.2.0": "0.14.2",
"0.2.1": "0.14.2"
"0.2.1": "0.14.2",
"0.2.2": "0.14.2"
}