mirror of
https://github.com/m-kk/toc.git
synced 2026-07-22 06:44:17 +00:00
🔖 release: 1.1.1 — fix release-scan warnings
This commit is contained in:
parent
5e9697315a
commit
902c8b7bdd
4 changed files with 16 additions and 15 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue