diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a493d2..15eb868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3](https://github.com/HEmile/obsidian_supercharged_links/compare/0.4.2...0.4.3) (2022-01-17) + + +### Features + +* Support recent files plugin ([0266a6c](https://github.com/HEmile/obsidian_supercharged_links/commit/0266a6cc5e155ff5bff8057f8c605c5098f5d57e)), closes [#72](https://github.com/HEmile/obsidian_supercharged_links/issues/72) + + +### Bug Fixes + +* File browser does not immediately update ([9fe8642](https://github.com/HEmile/obsidian_supercharged_links/commit/9fe86424e58558f488fe9125dd5fac48d1775a5a)) + ### [0.4.1](https://github.com/HEmile/obsidian_supercharged_links/compare/v0.4.4...v0.4.1) (2022-01-12) diff --git a/manifest.json b/manifest.json index a192f20..e966794 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supercharged-links-obsidian", "name": "Supercharged Links", - "version": "0.4.2", + "version": "0.4.3", "minAppVersion": "0.12.7", "description": "Adds properties and menu options to internal links", "author": "mdelobelle", diff --git a/package.json b/package.json index 845ec60..5141ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supercharged-links-obsidian", - "version": "0.4.2", + "version": "0.4.3", "description": "Adds properties and menu options to internal links", "main": "main.js", "scripts": {