diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d7489..77c96b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.2...0.0.3) (2020-11-17) + + +### Features + +* configure non-strict line breaks ([6550c55](https://github.com/aviskase/obsidian-link-indexer/commit/6550c5597421904221ee0b9b1d42500b8ef502b8)), closes [#9](https://github.com/aviskase/obsidian-link-indexer/issues/9) +* support unlinked indexes ([2737940](https://github.com/aviskase/obsidian-link-indexer/commit/2737940a36b1d9d9d1b1b390a2008ee5eaad8b02)), closes [#9](https://github.com/aviskase/obsidian-link-indexer/issues/9) + ### [0.0.2](https://github.com/aviskase/obsidian-link-indexer/compare/v0.0.1...v0.0.2) (2020-11-13) ### 0.0.1 (2020-11-13) diff --git a/manifest.json b/manifest.json index ac36a85..20855f3 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.2", + "version": "0.0.3", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index 01aa5af..bd52bb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.2", + "version": "0.0.3", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {