From 82799dee91c2371ef13e83a7adbde23f1ca70a58 Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Sat, 28 Nov 2020 18:12:41 -0500 Subject: [PATCH] chore(release): 0.1.0 --- 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 d50852f..18a6ac0 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.0](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.7...0.1.0) (2020-11-28) + + +### Features + +* add settings presets ([2be757a](https://github.com/aviskase/obsidian-link-indexer/commit/2be757ad73cf67dc67f5b9040ff88ded770dbf40)), closes [#12](https://github.com/aviskase/obsidian-link-indexer/issues/12) + ### [0.0.7](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.6...0.0.7) (2020-11-24) diff --git a/manifest.json b/manifest.json index 7a00f3c..fa140b3 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.7", + "version": "0.1.0", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index 3e4aa58..cc4cb73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.7", + "version": "0.1.0", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {