Skip to content

Commit

Permalink
chore: release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jun 22, 2021
1 parent d9dd101 commit 635fbb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
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": "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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 635fbb0

Please sign in to comment.