diff --git a/CHANGELOG.md b/CHANGELOG.md index 9544fae..95bc6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.5.2] + +### Dependencies + +- Upgraded to `fs-js@2.4.2` + ## \[2.5.1] ### Dependencies diff --git a/Cargo.toml b/Cargo.toml index 6f9ec1d..6653011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-http" -version = "2.5.1" +version = "2.5.2" description = "Access an HTTP client written in Rust." edition = { workspace = true } authors = { workspace = true } @@ -34,7 +34,7 @@ serde_json = { workspace = true } tauri = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = ["sync", "macros"] } -tauri-plugin-fs = { path = "../fs", version = "2.4.1" } +tauri-plugin-fs = { path = "../fs", version = "2.4.2" } urlpattern = "0.3" regex = "1" http = "1" diff --git a/package.json b/package.json index 750db40..e897de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-http", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy"