From 5900e216a5aa4e49750267dd31c7ab83762dbbe6 Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Tue, 17 Nov 2020 19:34:55 -0500 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982ddbc..26194c2 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.5](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.4...0.0.5) (2020-11-18) + + +### Features + +* option to include embeds ([4d987ce](https://github.com/aviskase/obsidian-link-indexer/commit/4d987cebf83243e3a78f8e01edc8c2d9ebb4d251)), closes [#5](https://github.com/aviskase/obsidian-link-indexer/issues/5) + ### [0.0.4](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.3...0.0.4) (2020-11-18) diff --git a/manifest.json b/manifest.json index 7719fe3..1fd5db8 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.4", + "version": "0.0.5", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index 3f12aa0..077d463 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.4", + "version": "0.0.5", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {