Release v1.0.6

This commit is contained in:
exoticknight 2025-03-31 11:12:58 +00:00
parent 70a20c7155
commit f704374dba
3 changed files with 36 additions and 36 deletions

View file

@ -1,10 +1,10 @@
{
"id": "quick-nav",
"name": "Quick Nav",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Enhance your editing experience by unleashing the hidden power of shortcuts",
"author": "ExoticKnight",
"authorUrl": "https://github.com/exoticknight",
"isDesktopOnly": true
}
"id": "quick-nav",
"name": "Quick Nav",
"version": "1.0.6",
"minAppVersion": "0.15.0",
"description": "Enhance your editing experience by unleashing the hidden power of shortcuts",
"author": "ExoticKnight",
"authorUrl": "https://github.com/exoticknight",
"isDesktopOnly": true
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "quick-nav",
"version": "1.0.5",
"version": "1.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "quick-nav",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"devDependencies": {
"@codemirror/commands": "^6.8.0",

View file

@ -1,26 +1,26 @@
{
"name": "quick-nav",
"version": "1.0.5",
"description": "Enhance your editing experience by unleashing the hidden power of shortcuts",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"lint": "eslint ./src/",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "exoticknight",
"license": "MIT",
"devDependencies": {
"@codemirror/commands": "^6.8.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
"name": "quick-nav",
"version": "1.0.6",
"description": "Enhance your editing experience by unleashing the hidden power of shortcuts",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"lint": "eslint ./src/",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "exoticknight",
"license": "MIT",
"devDependencies": {
"@codemirror/commands": "^6.8.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}