diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d41e3d..8c752e0 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.1.4](https://github.com/SkepticMystic/graph-analysis/compare/0.1.3...0.1.4) (2021-11-01) + ### [0.1.3](https://github.com/SkepticMystic/graph-analysis/compare/0.1.2...0.1.3) (2021-11-01) diff --git a/manifest.json b/manifest.json index ec1cc8b..3f832cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "graph-analysis", "name": "Graph Analysis", - "version": "0.1.3", + "version": "0.1.4", "minAppVersion": "0.12.10", "description": "Analyse your Obsidian graph.", "author": "SkepticMystic", diff --git a/package.json b/package.json index d2c0274..03e3ef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-analysis", - "version": "0.1.3", + "version": "0.1.4", "description": "Analyse your Obsidian graph", "main": "main.js", "scripts": { @@ -42,4 +42,4 @@ "standard-version": "^9.3.2", "svelte": "3.35.0" } -} \ No newline at end of file +}