From 62f1d661141fd11dd1132ad7db91ea70eecc3d5b Mon Sep 17 00:00:00 2001 From: "supabase-releaser[bot]" <223506987+supabase-releaser[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:01:28 +0000 Subject: [PATCH] chore(master): release 2.187.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9293a5770..ef93456b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.187.0](https://github.com/supabase/auth/compare/v2.186.0...v2.187.0) (2026-02-07) + + +### Features + +* add metadata field to all hooks ([#2365](https://github.com/supabase/auth/issues/2365)) ([c675749](https://github.com/supabase/auth/commit/c67574946d1e11c7986d2c868336df0cefbe3452)) + + +### Bug Fixes + +* flaky index worker test ([#2366](https://github.com/supabase/auth/issues/2366)) ([961a7e6](https://github.com/supabase/auth/commit/961a7e620109d554ae81ca8227a5107671679982)) + ## [2.186.0](https://github.com/supabase/auth/compare/v2.185.0...v2.186.0) (2026-01-28)