apply version updates (#170)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-11 14:38:35 +02:00
committed by GitHub
parent 0e314cc258
commit 143a11b357
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'tauri-vscode': patch
---
Fix dependency resolution and glob usage. Fixes "command not found" errors.

View File

@@ -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`

View File

@@ -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"
},