This commit is contained in:
Jesse Hines 2025-11-30 12:45:38 -05:00
parent b06e2fad5c
commit 7b2c71ca37
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",
"name": "Open Tab Settings",
"version": "1.4.2",
"version": "1.4.3",
"minAppVersion": "1.8.3",
"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",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-open-tab-settings",
"version": "1.4.2",
"version": "1.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-open-tab-settings",
"version": "1.4.2",
"version": "1.4.3",
"license": "MIT",
"dependencies": {
"monkey-around": "^3.0.0"

View file

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

View file

@ -28,5 +28,6 @@
"1.3.0": "1.8.3",
"1.4.0": "1.8.3",
"1.4.1": "1.8.3",
"1.4.2": "1.8.3"
"1.4.2": "1.8.3",
"1.4.3": "1.8.3"
}