🔖 release: 1.1.1 — fix release-scan warnings

This commit is contained in:
m-kk 2026-07-10 12:35:06 -05:00
parent 5e9697315a
commit 902c8b7bdd
4 changed files with 16 additions and 15 deletions

View file

@ -1,11 +1,11 @@
{ {
"id": "table-of-contents-generator", "id": "table-of-contents-generator",
"name": "Table of Contents Generator", "name": "Table of Contents Generator",
"version": "1.1.0", "version": "1.1.1",
"minAppVersion": "1.7.2", "minAppVersion": "1.7.2",
"description": "Generate a table of contents for your notes.", "description": "Generate a table of contents for your notes.",
"author": "Matt Kaili", "author": "Matt Kaili",
"authorUrl": "https://github.com/m-kk", "authorUrl": "https://github.com/m-kk",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://buymeacoffee.com/mattkk" "fundingUrl": "https://buymeacoffee.com/mattkk"
} }

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "obsidian-toc-generator", "name": "obsidian-toc-generator",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "obsidian-toc-generator", "name": "obsidian-toc-generator",
"version": "1.1.0", "version": "1.1.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^22.20.1", "@types/node": "^22.20.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-toc-generator", "name": "obsidian-toc-generator",
"version": "1.1.0", "version": "1.1.1",
"description": "Table of Contents Generator for Obsidian", "description": "Table of Contents Generator for Obsidian",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,4 +1,5 @@
{ {
"1.0.0": "0.15.0", "1.0.0": "0.15.0",
"1.1.0": "1.7.2" "1.1.0": "1.7.2",
} "1.1.1": "1.7.2"
}