From f8dbdff17f61f40b743b7ba34de0240b42534380 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sat, 5 Feb 2022 10:31:53 +0200 Subject: [PATCH] chore(release): 2.51.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 80cdb898..f64b1d70 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.51.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.51.0...2.51.1) (2022-02-05) + ## [2.51.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.50.4...2.51.0) (2022-02-05) diff --git a/manifest.json b/manifest.json index f427e247..f337e811 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.51.0", + "version": "2.51.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index c20a7685..72041122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.51.0", + "version": "2.51.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {