diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ea7fe..f5d7489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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.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 3483ff8..ac36a85 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,9 @@ "name": "Link indexer", "description": "Generate index notes with links based on various conditions", "isDesktopOnly": false, - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", - "authorUrl": "https://github.com/aviskase", + "authorUrl": "https://github.com/aviskase", "js": "main.js" } diff --git a/package.json b/package.json index 6bc04ee..01aa5af 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.0.1", + "version": "0.0.2", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": { "dev": "rollup --config rollup.config.js -w", "build": "rollup --config rollup.config.js", - "release": "standard-version" + "release": "standard-version -t ''" }, "keywords": [ "obsidian-md",