We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54f29f commit 687c315Copy full SHA for 687c315
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [3.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)
2
+
3
+### What's Changed
4
5
+* Refactored the plugin to be a proper Vite plugin. Consult [README.md](https://github.com/amrbashir/vite-plugin-tauri#usage) for how to use it.
6
7
# [2.3.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.3.0...v2.2.0) (2022-09-26)
8
9
### What's Changed
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-tauri",
- "version": "2.3.0",
+ "version": "3.0.0",
"description": "Integrate Tauri in a Vite project to build cross-platform apps.",
"repository": "https://github.com/amrbashir/vite-plugin-tauri.git",
"author": "Amr Bashir <[email protected]>",
0 commit comments