diff --git a/CHANGELOG.md b/CHANGELOG.md index f02ea54..8c45ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.15.4](https://github.com/SkepticMystic/graph-analysis/compare/0.15.3...0.15.4) (2022-01-31) + ### [0.15.3](https://github.com/SkepticMystic/graph-analysis/compare/0.15.2...0.15.3) (2022-01-12) diff --git a/manifest.json b/manifest.json index 84ed758..d91d030 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "graph-analysis", "name": "Graph Analysis", - "version": "0.15.3", + "version": "0.15.4", "minAppVersion": "0.12.10", "description": "Analyse your Obsidian graph.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 551cfce..a834014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-analysis", - "version": "0.15.3", + "version": "0.15.4", "description": "Analyse your Obsidian graph", "main": "main.js", "scripts": {