From 621782c509fdbcbdc23db677b24530bbcd1e8ac3 Mon Sep 17 00:00:00 2001 From: rivea0 <58330360+rivea0@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:27:37 +0300 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 779d665..72fbfe9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "match-syntax", "name": "MatchSyntax", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "A flexible, regex-like lookups for your notes.", "author": "Eda", diff --git a/package-lock.json b/package-lock.json index f8a1f56..2d292dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-match-syntax", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-match-syntax", - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "compromise": "^14.14.4" diff --git a/package.json b/package.json index e2c0d32..a1ccb6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-match-syntax", - "version": "1.1.1", + "version": "1.2.0", "description": "A flexible, regex-like lookups for your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6852432..6f21c5e 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.2.0": "0.15.0" } \ No newline at end of file