Skip to content

Commit 5b603cf

Browse files
chore(main): release server 1.5.0
1 parent 3908590 commit 5b603cf

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/supabase/server/compare/server-v1.4.1...server-v1.5.0) (2026-08-14)
4+
5+
6+
### Features
7+
8+
* add `withOAuthProtectedResource` ([#113](https://github.com/supabase/server/issues/113)) ([3908590](https://github.com/supabase/server/commit/39085907d163a434f18132639f92ab4b5082b5ab))
9+
* withSupabase on the @supabase/middleware engine ([#88](https://github.com/supabase/server/issues/88)) ([2b5d4fd](https://github.com/supabase/server/commit/2b5d4fd82e2b38e5de3b19c840b3ca1a9813d893))
10+
311
## [1.4.1](https://github.com/supabase/server/compare/server-v1.4.0...server-v1.4.1) (2026-07-22)
412

513

jsr.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/server",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./core": "./src/core/index.ts",
@@ -16,7 +16,14 @@
1616
"./oauth-protected-resource": "./src/oauth-protected-resource/index.ts"
1717
},
1818
"publish": {
19-
"include": ["src/**/*.ts", "README.md", "LICENSE"],
20-
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
19+
"include": [
20+
"src/**/*.ts",
21+
"README.md",
22+
"LICENSE"
23+
],
24+
"exclude": [
25+
"src/**/*.test.ts",
26+
"src/**/*.spec.ts"
27+
]
2128
}
2229
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase/server",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Server-side utilities for Supabase. Handles auth, client creation, and context injection so you write business logic, not boilerplate.",
55
"keywords": [
66
"edge",

0 commit comments

Comments
 (0)