mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
Merge pull request #117 from tauri-apps/covector/version-updates
Apply Version Updates From Current Changes
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-vscode": patch
|
||||
---
|
||||
|
||||
Added support for pnpm.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-vscode": patch
|
||||
---
|
||||
|
||||
Automatically add `"tauri"` script to package.json after installing `@tauri-apps/cli`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-vscode": patch
|
||||
---
|
||||
|
||||
Added support for platform-specific config files.
|
||||
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.4]
|
||||
|
||||
- Added support for pnpm.
|
||||
- [6b10c02](https://www.github.com/tauri-apps/tauri-vscode/commit/6b10c02c84566ad9e34a4549059471238c105951) split changefiles on 2022-01-13
|
||||
- Automatically add `"tauri"` script to package.json after installing `@tauri-apps/cli`.
|
||||
- [6b10c02](https://www.github.com/tauri-apps/tauri-vscode/commit/6b10c02c84566ad9e34a4549059471238c105951) split changefiles on 2022-01-13
|
||||
- Added support for platform-specific config files.
|
||||
- [223ac46](https://www.github.com/tauri-apps/tauri-vscode/commit/223ac4611f5f52920b693de7ca0895ee654aad3d) added change file on 2022-01-13
|
||||
|
||||
## \[0.1.3]
|
||||
|
||||
- Added Tauri command and covector snippets.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/tauri-apps/tauri-vscode.git"
|
||||
},
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"engines": {
|
||||
"vscode": "^1.61.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user