Skip to content

Commit

Permalink
chore(release): 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 3, 2021
1 parent d306e8f commit 7483c78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [0.2.3](https://github.com/SkepticMystic/graph-analysis/compare/0.2.2...0.2.3) (2021-11-03)


### Features

* :sparkles: Show common neighbours tooltip on hover ([718b31a](https://github.com/SkepticMystic/graph-analysis/commit/718b31a438017df42cd639d42fba3c8fc9a882d7))


### Bug Fixes

* :bug: Check if !plugin.g in getPromiseResults ([d306e8f](https://github.com/SkepticMystic/graph-analysis/commit/d306e8fdbb0791407da8d881c4b8762850907ec6))
* :bug: Remember current analysis type when refreshing from cmd ([64ff1ae](https://github.com/SkepticMystic/graph-analysis/commit/64ff1ae348fdcf406ea07dd1cd643d9eb16e9c99))

### [0.2.2](https://github.com/SkepticMystic/graph-analysis/compare/0.2.1...0.2.2) (2021-11-02)


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": "graph-analysis",
"name": "Graph Analysis",
"version": "0.2.2",
"version": "0.2.3",
"minAppVersion": "0.12.10",
"description": "Analyse your Obsidian graph.",
"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": "graph-analysis",
"version": "0.2.2",
"version": "0.2.3",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 7483c78

Please sign in to comment.