From 5fc63418ca747cf977054315299eb11d7d1d9d7f Mon Sep 17 00:00:00 2001 From: aidenlx Date: Tue, 19 Apr 2022 08:09:18 +0800 Subject: [PATCH] chore: release v0.16.3 --- CHANGELOG.md | 7 ++++++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd366b5..87a850f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -## [0.16.2](https://github.com/aidenlx/alx-folder-note/compare/0.16.1...0.16.2) (2022-04-15) +## [0.16.3](https://github.com/aidenlx/alx-folder-note/compare/0.16.2...0.16.3) (2022-04-19) + + +### Bug Fixes + +* **drag-patch:** fix compatibility issue with legacy editor ([91ec54a](https://github.com/aidenlx/alx-folder-note/commit/91ec54a95fec14397c6ba9b18f346c45022bf581)), closes [#73](https://github.com/aidenlx/alx-folder-note/issues/73)## [0.16.2](https://github.com/aidenlx/alx-folder-note/compare/0.16.1...0.16.2) (2022-04-15) ### Bug Fixes diff --git a/manifest.json b/manifest.json index 896b158..721b221 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "alx-folder-note", "name": "AidenLx's Folder Note", - "version": "0.16.2", + "version": "0.16.3", "minAppVersion": "0.13.24", "description": "Add description, summary and more info to folders with folder notes.", "author": "AidenLx", diff --git a/package.json b/package.json index 9aa43fc..f64d58d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aidenlx/folder-note", - "version": "0.16.2", + "version": "0.16.3", "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 b1dd6c9..5dd23a2 100755 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.15.0": "0.12.5", "0.16.0": "0.13.24", "0.16.1": "0.13.24", - "0.16.2": "0.13.24" + "0.16.2": "0.13.24", + "0.16.3": "0.13.24" } \ No newline at end of file