We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46d02c commit d7cebfeCopy full SHA for d7cebfe
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [3.0.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.1...v3.0.0) (2022-10-1)
2
+
3
+### What's Changed
4
5
+* Fix passing `debug` option to tauri cli in build mode.
6
7
# [3.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)
8
9
### What's Changed
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-tauri",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Integrate Tauri in a Vite project to build cross-platform apps.",
"repository": "https://github.com/amrbashir/vite-plugin-tauri.git",
"author": "Amr Bashir <amr.bashir2015@gmail.com>",
0 commit comments