Skip to content

Commit 40770c2

Browse files
committed
release: v3.2.0
1 parent cc7b7ab commit 40770c2

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

CHANGELOG.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Unreleased
22

3+
# [3.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.2.0...v3.1.1) (2023-5-6)
4+
35
- Add option to specify the rust build target
46

57
# [3.1.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.1...v3.1.0) (2023-5-5)
68

7-
### What's Changed
8-
99
- Updated dependencies
1010

1111
# [3.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)
1212

13-
### What's Changed
14-
1513
- Add a default export to the plugin which allows two styles of importing:
1614

1715
- Named export (current):
@@ -27,39 +25,27 @@
2725

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

30-
### What's Changed
31-
3228
- Removed internal modification of vite config to disable `clearScreen` and `server.open` and delegate it to the user.
3329
- Removed `kolorist` dependency to reduce package size.
3430

3531
# [3.0.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.1...v3.0.0) (2022-10-1)
3632

37-
### What's Changed
38-
3933
- Fix passing `debug` option to tauri cli in build mode.
4034

4135
# [3.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)
4236

43-
### What's Changed
44-
4537
- 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.
4638

4739
# [2.3.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.3.0...v2.2.0) (2022-09-26)
4840

49-
### What's Changed
50-
5141
- Auto-fill `beforeDevCommand` and `beforeBuildCommand` when initializing the tauri project.
5242

5343
# [2.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.1.0...v2.2.0) (2022-07-24)
5444

55-
### What's Changed
56-
5745
- Update `vite` peerDependency to `>= 2` which adds vite@3 support
5846

5947
# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.0.0...v2.1.0) (2022-06-12)
6048

61-
### What's Changed
62-
6349
- Update `@tauri-apps/cli` to `v1.0.0`
6450

6551
# [2.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v1.1.3...v2.0.0) (2022-06-04)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-tauri",
3-
"version": "3.1.1",
3+
"version": "3.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)