Skip to content

Commit

Permalink
chore(release): 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Jan 10, 2022
1 parent 2012a91 commit 427e252
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.1](https://github.com/SkepticMystic/graph-analysis/compare/0.15.0...0.15.1) (2022-01-10)


### Features

* Added outliner support to co-citations ([0eef53b](https://github.com/SkepticMystic/graph-analysis/commit/0eef53b9db1611160b3bc6a6b0ec61bcfca9568c))
* Increased granularity for co-citations on the same line ([cfca1d5](https://github.com/SkepticMystic/graph-analysis/commit/cfca1d53e8e4d7674db1b8f536ff0bf540bf3f31))
* Sort equal-measure co-citations alphabetically ([62b351a](https://github.com/SkepticMystic/graph-analysis/commit/62b351a57184a8b7335960728c334aaaaec4f620))
* Text previews in Co-Citations now render markdown ([5d1153b](https://github.com/SkepticMystic/graph-analysis/commit/5d1153b366da6d19aed2a3ba2b1901fe0695081e))


### Bug Fixes

* Bug in filles without outlines ([00c4061](https://github.com/SkepticMystic/graph-analysis/commit/00c406168c81b366d51a8e4ea16fd105bcc40001))
* Bugs in sorting results of co-citation ([2012a91](https://github.com/SkepticMystic/graph-analysis/commit/2012a9191347dc724005b7e4ae579c84eba0400a))
* Results within co-citations entries were not properly sorted ([318666b](https://github.com/SkepticMystic/graph-analysis/commit/318666b0fa6c9bd2839f9e21e82ba73b92c30c67))

## [0.15.0](https://github.com/SkepticMystic/graph-analysis/compare/0.14.1...0.15.0) (2022-01-03)

### [0.14.1](https://github.com/SkepticMystic/graph-analysis/compare/0.14.0...0.14.1) (2022-01-03)
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.15.0",
"version": "0.15.1",
"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.15.0",
"version": "0.15.1",
"description": "Analyse your Obsidian graph",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 427e252

Please sign in to comment.