diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cd7d95..95d438ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.9.13](https://github.com/SkepticMystic/breadcrumbs/compare/0.9.12...0.9.13) (2021-07-21) + + +### Features + +* **CreateIndex:** :sparkles: Improve CreateIndexButton Functionality ([6a60509](https://github.com/SkepticMystic/breadcrumbs/commit/6a6050983831f87e9476ebcc4bb1deca62abc4ac)) ### 0.9.1 (2021-07-20) diff --git a/manifest.json b/manifest.json index d33390a2..ceb95f03 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.9.12", + "version": "0.9.13", "minAppVersion": "0.12.10", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index a7bfeeb8..a6c38333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.9.12", + "version": "0.9.13", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {