diff --git a/CHANGELOG.md b/CHANGELOG.md index 26194c2..2b709a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.6](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.5...0.0.6) (2020-11-24) + + +### Features + +* nonexitent links filtering ([a52e98d](https://github.com/aviskase/obsidian-link-indexer/commit/a52e98db91b5ac0f8080c234a041446e4f1a9995)), closes [#1](https://github.com/aviskase/obsidian-link-indexer/issues/1) + ### [0.0.5](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.4...0.0.5) (2020-11-18) diff --git a/manifest.json b/manifest.json index 1fd5db8..68e89e4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Link indexer", "description": "Generate index notes with links based on various conditions", "isDesktopOnly": false, - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index 077d463..3254c60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.5", + "version": "0.0.6", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {