mirror of
https://github.com/adanielnoel/obsidian-index-notes.git
synced 2026-07-22 05:12:06 +00:00
Trying to fix broken install
This commit is contained in:
parent
8e1f3b7e9e
commit
fba2c676f4
5 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 1.1.2 - 2026-01-21
|
||||
|
||||
- Version bump and packaging for release.
|
||||
|
||||
## 1.1.1 - 2026-01-19
|
||||
|
||||
- Fixed: Harden tag handling to safely ignore empty and non-string `tags` in frontmatter. Prevents update failures when `tags:` is present without values. See issue [#7](https://github.com/adanielnoel/obsidian-index-notes/issues/7).
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "index-notes",
|
||||
"name": "Index Notes",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Keep your notes indexed based on their (hierarchical) tags",
|
||||
"author": "Alejandro Daniel Noel",
|
||||
|
|
|
|||
BIN
obsidian-index-notes-1.1.2.zip
Normal file
BIN
obsidian-index-notes-1.1.2.zip
Normal file
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Automatically update index notes from your hierarchical tags!",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"1.1.0": "0.15.0",
|
||||
"1.1.1": "0.15.0"
|
||||
"1.1.1": "0.15.0",
|
||||
"1.1.2": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue