🔖 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",
"name": "Table of Contents Generator",
"version": "1.1.0",
"minAppVersion": "1.7.2",
"description": "Generate a table of contents for your notes.",
"author": "Matt Kaili",
"authorUrl": "https://github.com/m-kk",
"isDesktopOnly": false,
"fundingUrl": "https://buymeacoffee.com/mattkk"
}
"id": "table-of-contents-generator",
"name": "Table of Contents Generator",
"version": "1.1.1",
"minAppVersion": "1.7.2",
"description": "Generate a table of contents for your notes.",
"author": "Matt Kaili",
"authorUrl": "https://github.com/m-kk",
"isDesktopOnly": false,
"fundingUrl": "https://buymeacoffee.com/mattkk"
}

4
package-lock.json generated
View file

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

View file

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

View file

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