Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 47d0489

Browse files
committed
chore: release v0.16.1
1 parent 8d72225 commit 47d0489

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22

3-
# [0.16.0](https://github.com/aidenlx/alx-folder-note/compare/0.15.0...0.16.0) (2022-03-25)
3+
## [0.16.1](https://github.com/aidenlx/alx-folder-note/compare/0.16.0...0.16.1) (2022-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* improve handling of loading folder-note-core API ([8d72225](https://github.com/aidenlx/alx-folder-note/commit/8d722255af83ef7e4a2da75ff94ba6fc94751412)), closes [#67](https://github.com/aidenlx/alx-folder-note/issues/67)# [0.16.0](https://github.com/aidenlx/alx-folder-note/compare/0.15.0...0.16.0) (2022-03-25)
49

510

611
### Bug Fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "alx-folder-note",
33
"name": "AidenLx's Folder Note",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"minAppVersion": "0.13.24",
66
"description": "Add description, summary and more info to folders with folder notes.",
77
"author": "AidenLx",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aidenlx/folder-note",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Add description, summary and more info to folders with folder notes.",
55
"packageManager": "[email protected]",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"0.13.1": "0.12.5",
2424
"0.14.0": "0.12.5",
2525
"0.15.0": "0.12.5",
26-
"0.16.0": "0.13.24"
26+
"0.16.0": "0.13.24",
27+
"0.16.1": "0.13.24"
2728
}

0 commit comments

Comments
 (0)