From b174d9b8fa49a7d8207b99de3becfd3aeecac228 Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Tue, 17 Nov 2020 19:06:32 -0500 Subject: [PATCH] chore(release): 0.0.4 --- 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 77c96b5..982ddbc 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.4](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.3...0.0.4) (2020-11-18) + + +### Bug Fixes + +* aggregate header and block links ([2d9e182](https://github.com/aviskase/obsidian-link-indexer/commit/2d9e18211e3089499d64d98df7c8df7c38c9ebf2)), closes [#6](https://github.com/aviskase/obsidian-link-indexer/issues/6) + ### [0.0.3](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.2...0.0.3) (2020-11-17) diff --git a/manifest.json b/manifest.json index 20855f3..7719fe3 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.3", + "version": "0.0.4", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index b9697fc..3f12aa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.3", + "version": "0.0.4", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {