Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 10, 2021
1 parent 93eddda commit 6897f46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.9.0](https://github.com/SkepticMystic/graph-analysis/compare/0.8.0...0.9.0) (2021-11-10)


### Features

* :sparkles: Show imgs in ResultMapTable components! ([2d9b5fa](https://github.com/SkepticMystic/graph-analysis/commit/2d9b5fa1ee7ab107136224528f785b6abd63e857))
* Added more extensions to file type icon picker ([226ea9f](https://github.com/SkepticMystic/graph-analysis/commit/226ea9fb1b3805307f573efb391fc2a920ac77be))
* **labelProp:** :sparkles: Imgs show here too! ([55a606e](https://github.com/SkepticMystic/graph-analysis/commit/55a606edcec1bb1dd90ddeae5588ec6f97c5464b))

## [0.8.0](https://github.com/SkepticMystic/graph-analysis/compare/0.7.0...0.8.0) (2021-11-09)


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.8.0",
"version": "0.9.0",
"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.8.0",
"version": "0.9.0",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6897f46

Please sign in to comment.