Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 2, 2021
1 parent 31c2c11 commit 32b35c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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


### Features

* :sparkles: Cmd to refresh graph ([31c2c11](https://github.com/SkepticMystic/graph-analysis/commit/31c2c119a37287b87629db4baaeba7cdd5fa0dfd))

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

## [0.2.0](https://github.com/SkepticMystic/graph-analysis/compare/0.1.7...0.2.0) (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.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 32b35c2

Please sign in to comment.