Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 25, 2024
1 parent 8df19d7 commit d042fb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v2.1.0

- Fix: Exclude Tauri IPC requests from the request hook.

# v2.0.0

- New: Hook `fetch` requests and redirect them to [tauri-plugin-http](https://crates.io/crates/tauri-plugin-http).

# v1.0.0

- New: Hook `fetch` requests and redirect them to `x-http` and `x-https` custom protocols.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-cors-fetch"
version = "2.0.0"
version = "2.1.0"
description = "Enabling Cross-Origin Resource Sharing (CORS) for Fetch Requests within Tauri applications."
keywords = ["tauri-plugin", "CORS", "fetch", "unofficial"]
authors = [ "Del Wang <[email protected]>" ]
Expand Down

0 comments on commit d042fb2

Please sign in to comment.