From 9031573bf2c4cdfaa3bee388edbe8ed19db3960a Mon Sep 17 00:00:00 2001 From: Reorx Date: Tue, 19 Apr 2022 09:48:53 +0800 Subject: [PATCH] v1.2.2 --- manifest.json | 2 +- package.json | 5 +++-- versions.json | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d862ab0..237e3d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "0.12.0", "description": "Rename image after pasting", "author": "Reorx", diff --git a/package.json b/package.json index 4cef12c..8a7bcae 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "obsidian-paste-image-rename", - "version": "1.2.1", + "version": "1.2.2", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && BUILD_ENV=production node esbuild.config.mjs && cp manifest.json build", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "version": "node version-bump.mjs && git add manifest.json versions.json", + "release": "yarn build && gh release create ${npm_package_version} build/*" }, "keywords": [], "author": "Reorx", diff --git a/versions.json b/versions.json index 4f79496..feb5dd6 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.12.0", "1.1.0": "0.12.0", "1.2.0": "0.12.0", - "1.2.1": "0.12.0" + "1.2.1": "0.12.0", + "1.2.2": "0.12.0" } \ No newline at end of file