From 970ab0c5f1377df25507fa8795f11306028009fc Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Mon, 20 Dec 2021 10:53:37 +0200 Subject: [PATCH] chore(release): 0.13.2 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c9478..f53f72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.2](https://github.com/SkepticMystic/graph-analysis/compare/0.13.1...0.13.2) (2021-12-20) + + +### Features + +* **NLP:** :sparkles: Sentiment analysis global alg! ([8c5d49a](https://github.com/SkepticMystic/graph-analysis/commit/8c5d49a40214e983c28556a1905a70c77e9d351a)) + + +### Bug Fixes + +* :bug: Don't refresh a global alg ([0eb5d42](https://github.com/SkepticMystic/graph-analysis/commit/0eb5d4259b79c9e855b831f888e32e3c8e74bdb3)) +* :bug: Show currNode for global algs ([d0695ed](https://github.com/SkepticMystic/graph-analysis/commit/d0695eded684766eeedd65f0974551729fdb7b44)) + ### [0.13.1](https://github.com/SkepticMystic/graph-analysis/compare/0.13.0...0.13.1) (2021-12-19) ## [0.13.0](https://github.com/SkepticMystic/graph-analysis/compare/0.12.0...0.13.0) (2021-12-18) diff --git a/manifest.json b/manifest.json index 6481956..43d98c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "graph-analysis", "name": "Graph Analysis", - "version": "0.13.1", + "version": "0.13.2", "minAppVersion": "0.12.10", "description": "Analyse your Obsidian graph.", "author": "SkepticMystic", diff --git a/package.json b/package.json index ab6177a..c445bfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-analysis", - "version": "0.13.1", + "version": "0.13.2", "description": "Analyse your Obsidian graph", "main": "main.js", "scripts": {