diff --git a/CHANGELOG.md b/CHANGELOG.md index f92c68b8..ef557671 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.10.74](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.73...0.10.74) (2021-10-08) + + +### Features + +* **CSV Crumbs:** :sparkles: Use a CSV file to add Breadcrumbs ([d794db9](https://github.com/SkepticMystic/breadcrumbs/commit/d794db91498acd48acc445f9893614a4228f1187)) + ### [0.10.73](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.72...0.10.73) (2021-10-04) diff --git a/manifest.json b/manifest.json index 987393d2..eaeca089 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.73", + "version": "0.10.74", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 0c18e13e..c8aab381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.73", + "version": "0.10.74", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {