Skip to content

Commit 6d89b8e

Browse files
committed
release: v2.3.0
1 parent 93a1e7f commit 6d89b8e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# [2.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/2.1.0...v2.2.0) (2022-07-24)
1+
# [2.3.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.3.0...v2.2.0) (2022-09-26)
2+
3+
### What's Changed
4+
5+
* Auto-fill `beforeDevCommand` and `beforeBuildCommand` when initializing the tauri project.
6+
7+
8+
# [2.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.1.0...v2.2.0) (2022-07-24)
29

310
### What's Changed
411

512
* Update `vite` peerDependency to `>= 2` which adds vite@3 support
613

714

815

9-
# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/2.0.0...v2.1.0) (2022-06-12)
16+
# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.0.0...v2.1.0) (2022-06-12)
1017

1118
### What's Changed
1219

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.2.0",
3+
"version": "2.3.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)