Skip to content

Commit

Permalink
feat: version
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Feb 5, 2023
1 parent 094393c commit c812129
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ai-assistant",
"name": "AI Assistant",
"version": "0.0.11",
"version": "0.0.14",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"author": "duocnv",
Expand All @@ -11,4 +11,4 @@
"Follow me": "https://twitter.com/duocdev"
},
"isDesktopOnly": true
}
}
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"name": "obsidian-ai-assistant",
"version": "0.0.11",
"version": "0.0.14",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs",
"format": "prettier --write .",
"release": "standard-version && pnpm run version"
"format": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "MIT",
"standard-version": {
"t": ""
},
"devDependencies": {
"@types/chrome": "^0.0.203",
"@types/node": "^16.11.6",
Expand All @@ -25,7 +21,6 @@
"esbuild": "0.14.47",
"obsidian": "latest",
"prettier": "^2.8.1",
"standard-version": "^9.5.0",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
Expand Down
6 changes: 5 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"1.1.2": "0.15.0",
"0.0.2": "0.15.0",
"0.0.5": "0.15.0",
"0.0.9": "0.15.0"
"0.0.9": "0.15.0",
"0.0.10": "0.15.0",
"0.0.11": "0.15.0",
"0.0.12": "0.15.0",
"0.0.14": "0.15.0"
}

0 comments on commit c812129

Please sign in to comment.