Skip to content

Commit

Permalink
release: v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 7, 2023
1 parent 417f848 commit 9eabeac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# [3.3.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.3.0...v3.2.0) (2023-5-7)

- Add option to build with verbose logging
- Fix regression in `3.2.0` where `dev` was always built with `--release` flag and devtools were inaccessible.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-tauri",
"version": "3.2.0",
"version": "3.3.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 <[email protected]>",
Expand Down

0 comments on commit 9eabeac

Please sign in to comment.