Skip to content

Commit

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


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.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",
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.0",
"version": "1.1.1",
"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,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"
}

0 comments on commit 29c7bbf

Please sign in to comment.