diff --git a/CHANGELOG.md b/CHANGELOG.md index fe138806c..482d4ee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766)) +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) ### 🚀 Features diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index 638a81eee..cdd1b545e 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) +- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) ### 🚀 Features diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index fb1022b67..5dadcb95d 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index b4fd751de..b92386921 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes. diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index c142193b0..4ca6d34de 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes. diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index 0dca02a20..3aac44a98 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes. diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index 9dd421eda..cc3c33f2b 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.79.0 (2025-11-04) + +### 🚀 Features + +- **repo:** remove node-fetch dependency, require Node.js 20+ ([#1830](https://github.com/supabase/supabase-js/pull/1830)) +- **auth:** support throwing errors instead of returning them ([#1766](https://github.com/supabase/supabase-js/pull/1766)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.78.0 (2025-10-30) This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.