diff --git a/.changes/feat-pnpm-support.md b/.changes/feat-pnpm-support.md deleted file mode 100644 index a05d875..0000000 --- a/.changes/feat-pnpm-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-vscode": patch ---- - -Added support for pnpm. \ No newline at end of file diff --git a/.changes/fix-tauri-script.md b/.changes/fix-tauri-script.md deleted file mode 100644 index c9a9441..0000000 --- a/.changes/fix-tauri-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-vscode": patch ---- - -Automatically add `"tauri"` script to package.json after installing `@tauri-apps/cli`. \ No newline at end of file diff --git a/.changes/platform-configs.md b/.changes/platform-configs.md deleted file mode 100644 index 8dded32..0000000 --- a/.changes/platform-configs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-vscode": patch ---- - -Added support for platform-specific config files. diff --git a/CHANGELOG.md b/CHANGELOG.md index 409bef0..cf91d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 0a7943c..aedfc93 100644 --- a/package.json +++ b/package.json @@ -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" },