From c8121296d9126bea2842e1f4ca0204a90b39e90e Mon Sep 17 00:00:00 2001 From: nguyenvanduocit+ Date: Mon, 6 Feb 2023 01:40:29 +0700 Subject: [PATCH] feat: version --- manifest.json | 4 ++-- package.json | 9 ++------- versions.json | 6 +++++- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index c17de39..7bd204a 100644 --- a/manifest.json +++ b/manifest.json @@ -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", @@ -11,4 +11,4 @@ "Follow me": "https://twitter.com/duocdev" }, "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 8c77377..eeef5fc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, diff --git a/versions.json b/versions.json index bd47fca..3c358f8 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file