diff --git a/CHANGELOG.md b/CHANGELOG.md index f231898..4dbc638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/manifest.json b/manifest.json index 5aab3be..5a13a8b 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/obsidian-index-notes-1.1.2.zip b/obsidian-index-notes-1.1.2.zip new file mode 100644 index 0000000..25f2afc Binary files /dev/null and b/obsidian-index-notes-1.1.2.zip differ diff --git a/package.json b/package.json index a6b18a4..baf267d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 9c7f50d..2f0c1a3 100644 --- a/versions.json +++ b/versions.json @@ -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" }