From f77c6ea3f64bcc46fb66d9677ac4db0ef3f147b8 Mon Sep 17 00:00:00 2001 From: Alamion Date: Thu, 25 Jun 2026 18:14:48 +0300 Subject: [PATCH] fixes: - another node dependencies fix --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27eae92..bf60e32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Build plugin run: | diff --git a/manifest.json b/manifest.json index b85c71d..699f000 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "jira-sync", "name": "Jira Issue Manager", - "version": "1.7.1", + "version": "1.7.2", "minAppVersion": "1.10.1", "description": "Get Jira issues, create and update them. Issue status and worklog management.", "author": "Alamion", diff --git a/package.json b/package.json index 1bb3ba4..a32982c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-jira-sync", - "version": "1.7.1", + "version": "1.7.2", "packageManager": "yarn@1.22.22", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js",