Skip to content

Commit db9340d

Browse files
committed
chore: release 0.1.1
1 parent 33f9152 commit db9340d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/supabase-community/functions-ex/compare/v0.1.0...v0.1.1) (2025-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* handle x-relay-error ([#7](https://github.com/supabase-community/functions-ex/issues/7)) ([33f9152](https://github.com/supabase-community/functions-ex/commit/33f915264974bdc85417ab1874f412571bce4cf7))

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Supabase.Functions.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55
@source_url "https://github.com/supabase-community/functions-ex"
66

77
def project do

0 commit comments

Comments
 (0)