Skip to content

Commit

Permalink
chore: release v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed May 3, 2022
1 parent beb8c5e commit 004d77a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 004d77a

Please sign in to comment.