diff --git a/CHANGELOG.md b/CHANGELOG.md index a73b460..2da3e3c 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. +## [1.4.0](https://github.com/HEmile/juggl/compare/1.3.3...1.4.0) (2022-03-14) + + +### Features + +* Hover over links with hover editor to open editor in right position ([ee28cfc](https://github.com/HEmile/juggl/commit/ee28cfc8a47efaf7ae5c6f133179fc3761a728e0)) + ### [1.3.3](https://github.com/HEmile/juggl/compare/1.3.2...1.3.3) (2022-03-12) diff --git a/manifest.json b/manifest.json index 60999c7..058b7ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "juggl", "name": "Juggl", - "version": "1.3.3", + "version": "1.4.0", "minAppVersion": "0.11.5", "description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.", "author": "Emile", diff --git a/package-lock.json b/package-lock.json index 0469d79..785c7f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "juggl", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "juggl", - "version": "1.3.3", + "version": "1.4.0", "dependencies": { "@mdi/js": "^5.9.55", "cytoscape": "^3.17.1", diff --git a/package.json b/package.json index a230acb..9a64f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juggl", - "version": "1.3.3", + "version": "1.4.0", "description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.", "main": "main.js", "repository": {