Skip to content

Commit

Permalink
chore(release): 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 23, 2021
1 parent 90000b7 commit 520b512
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.9](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.8...1.7.9) (2021-11-23)


### Bug Fixes

* :bug: Don't overwrite userHiers everytime ([231a042](https://github.com/SkepticMystic/breadcrumbs/commit/231a042a41e1c12b3275d37e692ca826db2baf48))
* **Path View:** :bug: Traversal was too strict on previously visited nodes ([90000b7](https://github.com/SkepticMystic/breadcrumbs/commit/90000b75f1e63c10b6b69165c48d32259f0c9ff5))

### [1.7.8](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.7...1.7.8) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "breadcrumbs",
"name": "Breadcrumbs",
"version": "1.7.8",
"version": "1.7.9",
"minAppVersion": "0.12.12",
"description": "Visualise & navigate your vault's structure",
"author": "SkepticMystic",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadcrumbs-plugin",
"version": "1.7.8",
"version": "1.7.9",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"svelte": "3.35.0",
"svelte-icons": "^2.1.0"
}
}
}

0 comments on commit 520b512

Please sign in to comment.