Skip to content

Commit

Permalink
chore(wasm): release Notion FDW v0.1.1 (#418)
Browse files Browse the repository at this point in the history
* chore(wasm): release Notion fdw v0.1.1

* docs: update Notion fdw version in docs
  • Loading branch information
burmecia authored Feb 10, 2025
1 parent 4652357 commit 1d7991d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/catalog/wasm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.

Supported by [Supabase](https://www.supabase.com)

:octicons-tag-24: [v0.1.0](https://github.com/supabase/wrappers/releases/tag/wasm_notion_fdw_v0.1.0)  
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_notion_fdw_v0.1.0/wasm-wrappers/fdw/notion_fdw)  
:octicons-tag-24: [v0.1.1](https://github.com/supabase/wrappers/releases/tag/wasm_notion_fdw_v0.1.1)  
:octicons-code-24: [source](https://github.com/supabase/wrappers/tree/wasm_notion_fdw_v0.1.1/wasm-wrappers/fdw/notion_fdw)  
:material-file-document: [docs](../notion.md)

- :simple-webassembly:   **[Paddle](../paddle.md)**
Expand Down
2 changes: 1 addition & 1 deletion wasm-wrappers/fdw/notion_fdw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notion_fdw"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion wasm-wrappers/fdw/notion_fdw/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package supabase:notion-fdw@0.1.0;
package supabase:notion-fdw@0.1.1;

world notion {
import supabase:wrappers/http@0.1.0;
Expand Down

0 comments on commit 1d7991d

Please sign in to comment.