From 86a9188b3b1493038c057f4e33a3cd7ac4e07a43 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 19 Nov 2021 13:02:00 +0200 Subject: [PATCH] chore(release): 1.3.1 --- 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 3f2ad891..6bfe7741 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. +### [1.3.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.3.0...1.3.1) (2021-11-19) + + +### Bug Fixes + +* **CSV Crumbs:** :bug: Fix CSV crumbs ([08a3fab](https://github.com/SkepticMystic/breadcrumbs/commit/08a3fab1813492f61d688299735baa1ff649b90a)) + ## [1.3.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.2.0...1.3.0) (2021-11-19) diff --git a/manifest.json b/manifest.json index e0d65877..1bcf7c68 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 1df80de2..48916eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.3.0", + "version": "1.3.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {