diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bf2f20..57152f32 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.17.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.16.0...1.17.0) (2021-11-29) + + +### Features + +* **List/Matrix View:** :sparkles: Show the common-parent of an implied sibling as an aria-label (on hover) ([#81](https://github.com/SkepticMystic/breadcrumbs/issues/81)) ([7dd0b79](https://github.com/SkepticMystic/breadcrumbs/commit/7dd0b79ad9e7949ce205372a0d0dd145a1689b37)) + ## [1.16.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.15.1...1.16.0) (2021-11-26) diff --git a/manifest.json b/manifest.json index 64b90dba..9bf840b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.16.0", + "version": "1.17.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index b8c34d54..50fffaff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.16.0", + "version": "1.17.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {