Trying to fix broken install

This commit is contained in:
Alejandro Daniel Noel 2026-01-21 13:15:17 +01:00
parent 8e1f3b7e9e
commit fba2c676f4
5 changed files with 8 additions and 3 deletions

View file

@ -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).

View file

@ -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",

Binary file not shown.

View file

@ -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": {

View file

@ -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"
}