diff --git a/CHANGELOG.md b/CHANGELOG.md index 15eb868..3d2016d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.4.4](https://github.com/HEmile/obsidian_supercharged_links/compare/0.4.3...0.4.4) (2022-01-17) + ### [0.4.3](https://github.com/HEmile/obsidian_supercharged_links/compare/0.4.2...0.4.3) (2022-01-17) diff --git a/manifest.json b/manifest.json index e966794..a73a515 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supercharged-links-obsidian", "name": "Supercharged Links", - "version": "0.4.3", + "version": "0.4.4", "minAppVersion": "0.12.7", "description": "Adds properties and menu options to internal links", "author": "mdelobelle", diff --git a/package.json b/package.json index 5141ef2..feb2fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supercharged-links-obsidian", - "version": "0.4.3", + "version": "0.4.4", "description": "Adds properties and menu options to internal links", "main": "main.js", "scripts": {