This commit is contained in:
Jesse Hines 2026-05-23 10:54:08 -04:00
parent c80a127cc6
commit 795169f942
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": "2.0.3",
"version": "2.1.0",
"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": "2.0.3",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-open-tab-settings",
"version": "2.0.3",
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"monkey-around": "^3.0.0"

View file

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

View file

@ -33,5 +33,6 @@
"2.0.0": "1.8.3",
"2.0.1": "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"
}