Skip to content

Commit

Permalink
chore: release v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Apr 19, 2022
1 parent 91ec54a commit 5fc6341
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.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
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.2",
"version": "0.16.3",
"minAppVersion": "0.13.24",
"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.2",
"version": "0.16.3",
"description": "Add description, summary and more info to folders with folder notes.",
"packageManager": "yarn@3.1.1",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 5fc6341

Please sign in to comment.