Skip to content

Commit bb56506

Browse files
committed
release: v2.2.0
1 parent 076c796 commit bb56506

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/2.0.0...v2.1.0) (2022-06-12)
210

311
### 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": "2.1.0",
3+
"version": "2.2.0",
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)