From bc24533167fb85ce5232b6041e45d8a4ca146377 Mon Sep 17 00:00:00 2001 From: AidenLx Date: Tue, 22 Jun 2021 20:54:55 +0800 Subject: [PATCH] chore: release v1.1.2 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a04775..38caf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index b676d6e..644fd70 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 87a4846..2c35ca7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 3d65a1e..d25f9df 100644 --- a/versions.json +++ b/versions.json @@ -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" }