Skip to content

Commit 3f19cc2

Browse files
committed
Update version
1 parent d1a83b7 commit 3f19cc2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "Jira Issue",
4-
"version": "1.51.0",
4+
"version": "1.51.1",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.51.0",
3+
"version": "1.51.1",
44
"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.",
55
"main": "src/main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9-
"version": "node version-bump.mjs && git add manifest.json versions.json package.json",
9+
"version": "node version-bump.mjs && pnpm i && git add manifest.json versions.json package.json pnpm-lock.yaml",
1010
"test": "cross-env-shell TZ=UTC jest",
1111
"test-watch": "cross-env-shell TZ=UTC \"jest --watchAll\""
1212
},

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
"1.50.3": "0.12.0",
6262
"1.50.4": "0.12.0",
6363
"1.50.5": "0.12.0",
64-
"1.51.0": "0.12.0"
64+
"1.51.0": "0.12.0",
65+
"1.51.1": "0.12.0"
6566
}

0 commit comments

Comments
 (0)