chore: release v1.1.3

This commit is contained in:
AidenLx 2021-06-22 22:39:06 +08:00
parent d9dd1011f0
commit 635fbb07e3
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.1.3](https://github.com/ozntel/file-explorer-note-count/compare/1.1.2...1.1.3) (2021-06-22)
### Bug Fixes
* fix vault count shown in theme that hide root folder ([d9dd101](https://github.com/ozntel/file-explorer-note-count/commit/d9dd1011f0390523774c70f79c7f4ef9e570c1bc))
## [1.1.2](https://github.com/ozntel/file-explorer-note-count/compare/1.1.1...1.1.2) (2021-06-22)

View file

@ -1,7 +1,7 @@
{
"id": "file-explorer-note-count",
"name": "File Explorer Note Count",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.11.13",
"description": "The plugin helps you to see the number of notes under each folder within the file explorer.",
"author": "Ozan Tellioglu",

View file

@ -1,6 +1,6 @@
{
"name": "file-explorer-note-count",
"version": "1.1.2",
"version": "1.1.3",
"description": "You can see the number of notes under each folder within the file explorer",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"1.0.0": "0.11.13",
"1.1.0": "0.11.13",
"1.1.1": "0.11.13",
"1.1.2": "0.11.13"
"1.1.2": "0.11.13",
"1.1.3": "0.11.13"
}