Skip to content

Commit

Permalink
chore(release): 2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 16, 2022
1 parent 1f38981 commit 05c3d40
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.39.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.38.1...2.39.0) (2022-01-16)


### Features

* Juggl view into source node after layout is finished ([5059693](https://github.com/SkepticMystic/breadcrumbs/commit/50596939636405ef93a5c6977af9232f8a0daafd))
* Switch between up and down graph in juggl view ([748f433](https://github.com/SkepticMystic/breadcrumbs/commit/748f4336a3cb4d8867d93c7987f6173e6a3cf71f))


### Bug Fixes

* Down viz doesn't work if other trail views are active ([fe9505a](https://github.com/SkepticMystic/breadcrumbs/commit/fe9505ae540256d2728307386e0ec6fabf975248))
* Juggl codeblocks ([9ff3c53](https://github.com/SkepticMystic/breadcrumbs/commit/9ff3c530daa8b711614efdb1bbfaddd7712b0619))
* Switching to preview mode doesn't update trail ([3245a55](https://github.com/SkepticMystic/breadcrumbs/commit/3245a551272fff353de0f64e8583dd29b3dd3bec))
* Syntax error oop ([afb0df6](https://github.com/SkepticMystic/breadcrumbs/commit/afb0df6294188a42a80a8c9d18b8a48c402d21a6))
* Trail view in live preview doesn't scroll with the content ([52d2218](https://github.com/SkepticMystic/breadcrumbs/commit/52d22182abf2204222ee63443a36b25c48df8848))

### [2.38.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.38.0...2.38.1) (2022-01-16)

## [2.38.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.37.0...2.38.0) (2022-01-16)
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": "2.38.1",
"version": "2.39.0",
"minAppVersion": "0.12.12",
"description": "Visualise & navigate your vault's structure",
"author": "SkepticMystic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadcrumbs-plugin",
"version": "2.38.1",
"version": "2.39.0",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 05c3d40

Please sign in to comment.