From 74ac172c1ccf82d4d32ed5012086d9121e94a579 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 19 Nov 2021 11:26:15 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfa5de9..f613a0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.1.2...1.2.0) (2021-11-19) + + +### Features + +* **List/Matrix View:** :sparkles: Metadata field to sort items in L/M view! ([#92](https://github.com/SkepticMystic/breadcrumbs/issues/92)) ([d6452c3](https://github.com/SkepticMystic/breadcrumbs/commit/d6452c3cdc1f3a0a00bbee06936f8b65cf71006f)) +* **Stats View:** :sparkles: Simplifications + add next/prev directions ([1d55d6a](https://github.com/SkepticMystic/breadcrumbs/commit/1d55d6a6e626d93d211ff3892b223dd7ec183678)) + ### [1.1.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.1.1...1.1.2) (2021-11-19) diff --git a/manifest.json b/manifest.json index 44b1ef5c..f4318875 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.1.2", + "version": "1.2.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index f0960129..f412ebe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.1.2", + "version": "1.2.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {