Skip to content

Commit d7cebfe

Browse files
committed
release: v3.0.1
1 parent f46d02c commit d7cebfe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# [3.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)
28

39
### What's Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-tauri",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Integrate Tauri in a Vite project to build cross-platform apps.",
55
"repository": "https://github.com/amrbashir/vite-plugin-tauri.git",
66
"author": "Amr Bashir <[email protected]>",

0 commit comments

Comments
 (0)