From c939aec50f14a8b297be62fbf10fb76f6e8e8abc Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Mon, 30 Nov 2020 19:31:29 -0500 Subject: [PATCH] chore(release): 0.1.1 --- 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 18a6ac0..4e4661b 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.1.1](https://github.com/aviskase/obsidian-link-indexer/compare/0.1.0...0.1.1) (2020-12-01) + + +### Features + +* exclude based on filenames ([4a9a58e](https://github.com/aviskase/obsidian-link-indexer/commit/4a9a58e038901bcc9a35853fee646665db159d56)), partial support for [#11](https://github.com/aviskase/obsidian-link-indexer/issues/11) + ## [0.1.0](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.7...0.1.0) (2020-11-28) diff --git a/manifest.json b/manifest.json index fa140b3..c3a21ef 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.1.0", + "version": "0.1.1", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index cc4cb73..f138e44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.1.0", + "version": "0.1.1", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {