f634e524 This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.
[2.2.0]
3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
[2.0.2]
31956469 (#1928 by @FabianLars) Fixed the QueryResult typing by marking lastInsertId as optional to reflect postgres-only changes made in the 2.0.0 release.
30bcf5dc (#1838 by @FabianLars) It is now possible to enable multiple SQL backends at the same time. There will be no compile error anymore if no backends are enabled!