diff --git a/CHANGELOG.md b/CHANGELOG.md index d48630f..0ffc207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.0](https://github.com/SkepticMystic/graph-analysis/compare/0.12.0...0.13.0) (2021-12-18) + + +### Features + +* **NLP:** :sparkles: 3 new Natural Language Processing algorithms!!! ([84fd96f](https://github.com/SkepticMystic/graph-analysis/commit/84fd96f03a53aaa433947b7b6123fe41b9bacaa6)) + ## [0.12.0](https://github.com/SkepticMystic/graph-analysis/compare/0.11.0...0.12.0) (2021-11-16) diff --git a/manifest.json b/manifest.json index 8b76dc5..c82f23c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "graph-analysis", "name": "Graph Analysis", - "version": "0.12.0", + "version": "0.13.0", "minAppVersion": "0.12.10", "description": "Analyse your Obsidian graph.", "author": "SkepticMystic", diff --git a/package.json b/package.json index fbf3b87..901306b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-analysis", - "version": "0.12.0", + "version": "0.13.0", "description": "Analyse your Obsidian graph", "main": "main.js", "scripts": {