Skip to content

Commit b8715f6

Browse files
authored
chore: release 0.6.2 (#52)
1 parent 6e86c5f commit b8715f6

File tree

4 files changed

+7
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.2](https://github.com/supabase-community/auth-ex/compare/v0.6.1...v0.6.2) (2025-07-20)
6+
7+
* gen auth task templates ([#51](https://github.com/supabase-community/auth-ex/issues/51)) ([6e86c5f](https://github.com/supabase-community/auth-ex/commit/6e86c5f09784fc99be2891640997e388f37c0fe5))
8+
59
## [0.6.1](https://github.com/supabase-community/auth-ex/compare/v0.6.0...v0.6.1) (2025-07-20)
610

711

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def deps do
1313
[
1414
{:supabase_potion, "~> 0.6"},
15-
{:supabase_auth, "~> 0.6.1"} # x-release-please-version
15+
{:supabase_auth, "~> 0.6.2"} # x-release-please-version
1616
]
1717
end
1818
```

mix.exs

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

4-
@version "0.6.1"
4+
@version "0.6.2"
55
@source_url "https://github.com/supabase-community/auth-ex"
66

77
def project do

0 commit comments

Comments
 (0)