From 3f19cc2c11c423ff29fceabcd514da026cdc1292 Mon Sep 17 00:00:00 2001 From: Marco LUCARELLA Date: Tue, 17 Jan 2023 19:37:15 +0100 Subject: [PATCH] Update version --- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 3ba4f50..cbc829a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-jira-issue", "name": "Jira Issue", - "version": "1.51.0", + "version": "1.51.1", "minAppVersion": "0.12.0", "description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.", "author": "marc0l92", diff --git a/package.json b/package.json index 5f83df2..676bc3a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "obsidian-jira-issue", - "version": "1.51.0", + "version": "1.51.1", "description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.", "main": "src/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 package.json", + "version": "node version-bump.mjs && pnpm i && git add manifest.json versions.json package.json pnpm-lock.yaml", "test": "cross-env-shell TZ=UTC jest", "test-watch": "cross-env-shell TZ=UTC \"jest --watchAll\"" }, diff --git a/versions.json b/versions.json index 9c90257..a221e73 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "1.50.3": "0.12.0", "1.50.4": "0.12.0", "1.50.5": "0.12.0", - "1.51.0": "0.12.0" + "1.51.0": "0.12.0", + "1.51.1": "0.12.0" } \ No newline at end of file