From 24645b28120aea7de7e3f5e05c006326f8316f09 Mon Sep 17 00:00:00 2001 From: HyeonseoNam Date: Fri, 11 Jul 2025 02:06:41 +0900 Subject: [PATCH] chore: Update package infos --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3231580..0566882 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "auto-classifier", - "version": "1.1.2", - "description": "This plugin automatically classify tag from your notes using ChatGPT API. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set.", + "version": "1.3.0", + "description": "This plugin automatically classify tag from your notes using OpenAI-compatible APIs (ChatGPT, Ollama, LocalAI) or Jina AI Classifier. It analyze your note (It can be title, frontmatter, content or selected area) and automatically insert tag where you set.", "main": "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" }, - "keywords": [], - "author": "", + "keywords": ["obsidian", "plugin", "classification", "tags", "ai", "chatgpt", "jina", "automation"], + "author": "Hyeonseo Nam", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6",