Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Jun 22, 2021
1 parent 61089e2 commit bc24533
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.2](https://github.com/ozntel/file-explorer-note-count/compare/1.1.1...1.1.2) (2021-06-22)


### Bug Fixes

* **folder-count.ts:** fix count not showing up in root(vault) folder ([61089e2](https://github.com/ozntel/file-explorer-note-count/commit/61089e29ead927e7ccf6986638a69746b4d34994)), closes [#4](https://github.com/ozntel/file-explorer-note-count/issues/4)

## [1.1.1](https://github.com/ozntel/file-explorer-note-count/compare/1.1.0...1.1.1) (2021-06-21)


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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"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
@@ -1,5 +1,6 @@
{
"1.0.0": "0.11.13",
"1.1.0": "0.11.13",
"1.1.1": "0.11.13"
"1.1.1": "0.11.13",
"1.1.2": "0.11.13"
}

0 comments on commit bc24533

Please sign in to comment.