From 6e1147ffafe43a063835c0dcd9ed42567a0e38c2 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Tue, 30 Nov 2021 09:19:26 +0200 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76893296..fb0a7dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.1.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.1.0...2.1.1) (2021-11-30) + ## [2.1.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.0.1...2.1.0) (2021-11-30) diff --git a/manifest.json b/manifest.json index 97e843df..34dabd92 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 81c32c72..74f5a92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.1.0", + "version": "2.1.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {