This commit is contained in:
Mike Phares 2024-05-01 17:17:14 -07:00
parent 3c0b01091a
commit a3321fcb20
3 changed files with 7 additions and 1 deletions

View File

@ -132,3 +132,9 @@ None
----------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------
- Updated File-Folder-Helper 4e3f06bb44b7e85ba40a5e589e6ca871cbdbfb3e - Updated File-Folder-Helper 4e3f06bb44b7e85ba40a5e589e6ca871cbdbfb3e
## 1.6.1
-----------------------------------------------------------------------------------------------------------
- Updated File-Folder-Helper 299aa19d538bcfd5e06e4743a5a05f6d62960a80

View File

@ -234,5 +234,5 @@
"vscode:publish": "node node_modules/@vscode/vsce/vsce package", "vscode:publish": "node node_modules/@vscode/vsce/vsce package",
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"" "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
}, },
"version": "1.6.0" "version": "1.6.1"
} }