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.3.0]
78acfa45 (#2027 by @twlite) addListener now returns a cleanup function instead of void to remove the listener.
[2.2.1]
05cca602 (#2210 by @renovate) Breaking change: Updated tokio_tungstenite to 0.26. This may be a breaking change if you use the tls_connector Builder method in Rust.
Breaking change: Removed the accidental ConnectionConfig struct re-export (in rust). This should not affect anyone since the Config was not used in any public API.
[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.