Skip to content

Commit 1d7991d

Browse files
authored
chore(wasm): release Notion FDW v0.1.1 (#418)
* chore(wasm): release Notion fdw v0.1.1 * docs: update Notion fdw version in docs
1 parent 4652357 commit 1d7991d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/catalog/wasm/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Foreign data wrappers built with Wasm which can be used on Supabase platform.
6969

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

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

7676
- :simple-webassembly:   **[Paddle](../paddle.md)**

wasm-wrappers/fdw/notion_fdw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notion_fdw"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

wasm-wrappers/fdw/notion_fdw/wit/world.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package supabase:notion-fdw@0.1.0;
1+
package supabase:notion-fdw@0.1.1;
22

33
world notion {
44
import supabase:wrappers/http@0.1.0;

0 commit comments

Comments
 (0)