This commit is contained in:
Jesse Hines 2026-06-30 20:17:12 -04:00
parent 558beaa9ae
commit 55db9ae77a
No known key found for this signature in database
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "open-tab-settings", "id": "open-tab-settings",
"name": "Open Tab Settings", "name": "Open Tab Settings",
"version": "2.1.1", "version": "2.2.0",
"minAppVersion": "1.8.7", "minAppVersion": "1.8.7",
"description": "Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.", "description": "Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.",
"author": "jesse-r-s-hines", "author": "jesse-r-s-hines",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "obsidian-open-tab-settings", "name": "obsidian-open-tab-settings",
"version": "2.1.1", "version": "2.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "obsidian-open-tab-settings", "name": "obsidian-open-tab-settings",
"version": "2.1.1", "version": "2.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"i18next": "^24.2.1", "i18next": "^24.2.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-open-tab-settings", "name": "obsidian-open-tab-settings",
"version": "2.1.1", "version": "2.2.0",
"description": "Add settings to open in new tab by default and prevent duplicate tabs.", "description": "Add settings to open in new tab by default and prevent duplicate tabs.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -35,5 +35,6 @@
"2.0.2": "1.8.3", "2.0.2": "1.8.3",
"2.0.3": "1.8.3", "2.0.3": "1.8.3",
"2.1.0": "1.8.3", "2.1.0": "1.8.3",
"2.1.1": "1.8.3" "2.1.1": "1.8.3",
"2.2.0": "1.8.7"
} }