From 529a2b5d9c2a37f1b3564616b24d5d504533e031 Mon Sep 17 00:00:00 2001 From: TfT Hacker Date: Thu, 28 Nov 2024 13:45:26 +0100 Subject: [PATCH] 2.2.0 Release --- manifest.json | 2 +- package.json | 10 +++++----- versions.json | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 97fda3b..90dcca9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian42-strange-new-worlds", "name": "Strange New Worlds", - "version": "2.1.5", + "version": "2.2.0", "minAppVersion": "1.7.2", "description": "Help see how your vault is interconnected with visual indicators.", "author": "TfTHacker", diff --git a/package.json b/package.json index 305c258..1ffa965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian42-strange-new-worlds", - "version": "2.1.5", + "version": "2.2.0", "description": "Revealing networked thought and the strange new worlds created by your vault", "scripts": { "dev": "node --no-warnings esbuild.config.mjs", @@ -14,15 +14,15 @@ "devDependencies": { "@biomejs/biome": "1.9.4", "@codemirror/commands": "^6.7.1", - "@codemirror/language": "^6.10.3", + "@codemirror/language": "^6.10.5", "@codemirror/search": "^6.5.8", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.35.0", - "@types/node": "^22.9.3", + "@types/node": "^22.10.1", "builtin-modules": "4.0.0", "esbuild": "0.24.0", "obsidian": "^1.7.2", - "obsidian-typings": "^2.3.3", + "obsidian-typings": "^2.3.4", "tslib": "^2.8.1", "typescript": "5.7.2" }, @@ -30,4 +30,4 @@ "preact": "^10.25.0", "tippy.js": "^6.3.7" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index fb95bff..7eaa4ea 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "2.1.2": "1.5.11", "2.1.3": "1.5.11", "2.1.4": "1.5.11", - "2.1.5": "1.7.2" + "2.1.5": "1.7.2", + "2.2.0": "1.7.2" } \ No newline at end of file