chore: bump version

This commit is contained in:
rivea0 2025-07-13 14:27:37 +03:00
parent 977403ee34
commit 621782c509
4 changed files with 6 additions and 5 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}