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

Commit eb72f6a

Browse files
committed
chore: release v0.13.1
1 parent ca000ed commit eb72f6a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.13.1](https://github.com/aidenlx/alx-folder-note/compare/0.13.0...0.13.1) (2022-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix folderv change notice keep popup after ignore it ([ca000ed](https://github.com/aidenlx/alx-folder-note/commit/ca000ed89e54e33e4a285f18dd5c427749d6b129))
7+
18
# [0.13.0](https://github.com/aidenlx/alx-folder-note/compare/0.12.3...0.13.0) (2022-02-19)
29

310

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.13.0",
4+
"version": "0.13.1",
55
"minAppVersion": "0.12.5",
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.13.0",
3+
"version": "0.13.1",
44
"description": "Add description, summary and more info to folders with folder notes.",
55
"main": "",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"0.12.1": "0.12.5",
2020
"0.12.2": "0.12.5",
2121
"0.12.3": "0.12.5",
22-
"0.13.0": "0.12.5"
22+
"0.13.0": "0.12.5",
23+
"0.13.1": "0.12.5"
2324
}

0 commit comments

Comments
 (0)