From f4633f792f5032c3f9a3e489b70771b2ff7eec12 Mon Sep 17 00:00:00 2001 From: Pierre Lalet Date: Tue, 24 Jan 2023 18:00:23 +0100 Subject: [PATCH] Prepare release 1.2.1 --- manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 1553e23..dd987aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-ivre-plugin", "name": "IVRE", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "IVRE integration for Obsidian: grab data from IVRE and brings it into Obsidian notes.", "author": "The IVRE contributors", diff --git a/package-lock.json b/package-lock.json index eb24158..e0fe437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ivre-plugin", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-ivre-plugin", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-3.0", "dependencies": { "npm-check-updates": "^16.6.3", @@ -20,7 +20,7 @@ "esbuild": "0.17.4", "ip-address-validator": "1.0.9", "is-valid-hostname": "1.0.2", - "obsidian": "*", + "obsidian": "latest", "tslib": "2.4.1", "typescript": "4.9.4" } diff --git a/package.json b/package.json index bf6e1ed..a04b968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ivre-plugin", - "version": "1.2.0", + "version": "1.2.1", "description": "IVRE plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c9228dd..ea60b63 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.1.0": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.2.1": "0.15.0" }