This commit is contained in:
wz 2025-04-06 10:25:33 +02:00
parent 1a4a369063
commit b339221329
5 changed files with 17 additions and 5 deletions

View file

@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.1] - 2025-04-06
### Changes
- Clean up code
- Fix folder expansion
- Update README.md
- Update README.md
- Improve code format
## [0.2.0] - 2025-04-05
### Changes

View file

@ -1,7 +1,7 @@
{
"id": "folder-navigator",
"name": "Folder Navigator",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "1.5.3",
"description": "Quickly navigate to folders in your vault using fuzzy search.",
"author": "wenlzhang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "plugin-template",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "plugin-template",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"tslib": "^2.8.1"
},

View file

@ -1,6 +1,6 @@
{
"name": "folder-navigator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Quickly navigate to folders in your vault using fuzzy search.",
"main": "main.js",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"0.0.1": "0.0.1",
"0.1.0": "1.0.0",
"0.2.0": "1.5.3"
"0.2.0": "1.5.3",
"0.2.1": "1.5.3"
}