diff --git a/CHANGELOG.md b/CHANGELOG.md index e079a96..2a04775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.1.1](https://github.com/ozntel/file-explorer-note-count/compare/1.1.0...1.1.1) (2021-06-21) + + +### Bug Fixes + +* **main.ts:** fix class oz-show-all-num not removed when unload ([8dfd4f7](https://github.com/ozntel/file-explorer-note-count/commit/8dfd4f78a7b5437ae3fb1d004201e3cb43172c5a)) +* fix move folder reports error ([699507d](https://github.com/ozntel/file-explorer-note-count/commit/699507d93e2d78fe5fd0304e2ffaf66b48e20ceb)) + + +### Performance Improvements + +* use debounce for vault event ([a4498fd](https://github.com/ozntel/file-explorer-note-count/commit/a4498fdec90dddb09eb5b47f3865d2a0dce39a42)) + # [1.1.0](https://github.com/ozntel/file-explorer-note-count/compare/1.0.0...1.1.0) (2021-06-07) diff --git a/manifest.json b/manifest.json index e606517..b676d6e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-explorer-note-count", "name": "File Explorer Note Count", - "version": "1.1.0", + "version": "1.1.1", "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 29a534c..87a4846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-explorer-note-count", - "version": "1.1.0", + "version": "1.1.1", "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 9d59bff..3d65a1e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.11.13", - "1.1.0": "0.11.13" + "1.1.0": "0.11.13", + "1.1.1": "0.11.13" }