Skip to content

Commit

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

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.11.0](https://github.com/SkepticMystic/graph-analysis/compare/0.10.3...0.11.0) (2021-11-16)


### Features

* :sparkles: Sliders on labelProp and Louvain! ([6ee2223](https://github.com/SkepticMystic/graph-analysis/commit/6ee22233f0e0e4e725fd12494f6a5753e531dac8))
* :sparkles: Tell the type of analysis in the info-tooltip ([67166c6](https://github.com/SkepticMystic/graph-analysis/commit/67166c607e06041817d77e93cedbe71cc500b2e2))
* **commDetection:** :sparkles: Louvain commDetection! ([1ba9a41](https://github.com/SkepticMystic/graph-analysis/commit/1ba9a41220cab5cf36f66ef2d9c71b964f6a3df2))

### [0.10.3](https://github.com/SkepticMystic/graph-analysis/compare/0.10.2...0.10.3) (2021-11-15)


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.10.3",
"version": "0.11.0",
"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.10.3",
"version": "0.11.0",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 2a08923

Please sign in to comment.