From 5dfb169c9951780f43d5776263dee40444217d44 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 10 Sep 2021 13:54:41 +0200 Subject: [PATCH] chore(release): 0.10.70 --- 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 94a6cb02..f11b0d3a 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.70](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.69...0.10.70) (2021-09-10) + + +### Features + +* **List/Matrix View:** :sparkles: Setting to list field names to check for alternate link text ([52f0321](https://github.com/SkepticMystic/breadcrumbs/commit/52f0321248f5e72c198ed5bd7e422833ef12ac0e)) + ### [0.10.69](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.68...0.10.69) (2021-09-10) diff --git a/manifest.json b/manifest.json index 45eba68d..5b0876b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.69", + "version": "0.10.70", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index c036a287..a343ef27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.69", + "version": "0.10.70", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {