mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
apply version updates (#170)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0e314cc258
commit
143a11b357
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'tauri-vscode': patch
|
||||
---
|
||||
|
||||
Fix dependency resolution and glob usage. Fixes "command not found" errors.
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.7]
|
||||
|
||||
- Fix dependency resolution and glob usage. Fixes "command not found" errors.
|
||||
- [0e314cc](https://www.github.com/tauri-apps/tauri-vscode/commit/0e314cc2581adca626b5f804ef981ede427bfb48) fix: Manual brace-expansion resolution. Fix glob usage for glob@v8. Closes [#163](https://www.github.com/tauri-apps/tauri-vscode/pull/163) ([#169](https://www.github.com/tauri-apps/tauri-vscode/pull/169)) on 2022-09-11
|
||||
|
||||
## \[0.1.6]
|
||||
|
||||
- Update schema fileMateches to detect `.json5`
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/tauri-apps/tauri-vscode.git"
|
||||
},
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"engines": {
|
||||
"vscode": "^1.66.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user