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 076c796 commit bb56506Copy full SHA for bb56506
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [2.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/2.1.0...v2.2.0) (2022-07-24)
2
+
3
+### What's Changed
4
5
+* Update `vite` peerDependency to `>= 2` which adds vite@3 support
6
7
8
9
# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/2.0.0...v2.1.0) (2022-06-12)
10
11
### What's Changed
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-tauri",
- "version": "2.1.0",
+ "version": "2.2.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 <amr.bashir2015@gmail.com>",
0 commit comments