From 004d77a5e98845cb5c33c2e6fa20157f196a81e6 Mon Sep 17 00:00:00 2001 From: aidenlx Date: Wed, 4 May 2022 01:14:26 +0800 Subject: [PATCH] chore: release v0.16.4 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a850f..4710885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -## [0.16.3](https://github.com/aidenlx/alx-folder-note/compare/0.16.2...0.16.3) (2022-04-19) +## [0.16.4](https://github.com/aidenlx/alx-folder-note/compare/0.16.3...0.16.4) (2022-05-03) + + +### Bug Fixes + +* **drag-patch:** fix no cursor shown on drag folder over editor in v0.14.8+ ([beb8c5e](https://github.com/aidenlx/alx-folder-note/commit/beb8c5e3294b24453b98febc579a1c3860f2bb37))## [0.16.3](https://github.com/aidenlx/alx-folder-note/compare/0.16.2...0.16.3) (2022-04-19) ### Bug Fixes diff --git a/README.md b/README.md index 814df9c..2567853 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check [wiki](https://github.com/aidenlx/alx-folder-note/wiki) for more details ## Compatibility -The required API feature is only available for Obsidian v0.13.24+. +The required API feature is only available for Obsidian v0.14.8+. ## Installation diff --git a/manifest.json b/manifest.json index 91f6a25..344bece 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "alx-folder-note", "name": "AidenLx's Folder Note", - "version": "0.16.3", + "version": "0.16.4", "minAppVersion": "0.14.8", "description": "Add description, summary and more info to folders with folder notes.", "author": "AidenLx", diff --git a/package.json b/package.json index 480d9ed..3b1c723 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aidenlx/folder-note", - "version": "0.16.3", + "version": "0.16.4", "description": "Add description, summary and more info to folders with folder notes.", "packageManager": "yarn@3.1.1", "scripts": { diff --git a/versions.json b/versions.json index 5dd23a2..2c223fd 100755 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "0.16.0": "0.13.24", "0.16.1": "0.13.24", "0.16.2": "0.13.24", - "0.16.3": "0.13.24" + "0.16.3": "0.13.24", + "0.16.4": "0.14.8" } \ No newline at end of file