mirror of
https://github.com/ozntel/file-explorer-note-count.git
synced 2026-07-22 05:40:24 +00:00
chore: release v1.1.3
This commit is contained in:
parent
d9dd1011f0
commit
635fbb07e3
4 changed files with 11 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue