Skip to content

Commit 127e440

Browse files
committed
release: v3.1.0
1 parent 82046ba commit 127e440

File tree

3 files changed

+271
-279
lines changed

3 files changed

+271
-279
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# [3.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)
22

33
- Add a default export to the plugin which allows two styles of importing:
44
- Named export (current):
@@ -12,7 +12,7 @@
1212

1313
- Detect `Tauri.toml` file when detecting if there is a Tauri project is initialized or not.
1414

15-
# [3.0.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)
15+
# [3.0.2](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)
1616

1717
### What's Changed
1818

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-tauri",
3-
"version": "3.0.2",
3+
"version": "3.1.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]>",
@@ -27,12 +27,12 @@
2727
"vite": ">= 2"
2828
},
2929
"devDependencies": {
30-
"@tauri-apps/cli": "1.2.1",
31-
"@types/node": "18.11.11",
32-
"prettier": "2.8.1",
30+
"@tauri-apps/cli": "1.2.2",
31+
"@types/node": "18.11.18",
32+
"prettier": "2.8.3",
3333
"tsup": "6.5.0",
3434
"typescript": "4.9.4",
35-
"vite": "3.2.5"
35+
"vite": "4.0.4"
3636
},
3737
"engines": {
3838
"node": ">=14.6.0"

0 commit comments

Comments
 (0)