Skip to content

Commit bfd2f1a

Browse files
chore(main): release server 1.4.0 (#103)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent 297925f commit bfd2f1a

4 files changed

Lines changed: 19 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.3.1"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/supabase/server/compare/server-v1.3.1...server-v1.4.0) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* explicit cors config shape ('default' | 'disabled' | { headers }) ([#102](https://github.com/supabase/server/issues/102)) ([297925f](https://github.com/supabase/server/commit/297925fa1149a61d148306fdb6ba28e66bc0a737))
9+
310
## [1.3.1](https://github.com/supabase/server/compare/server-v1.3.0...server-v1.3.1) (2026-07-03)
411

512
### Bug Fixes

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.3.1",
3+
"version": "1.4.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./core": "./src/core/index.ts",
@@ -11,7 +11,14 @@
1111
"./adapters/nestjs": "./src/adapters/nestjs/index.ts"
1212
},
1313
"publish": {
14-
"include": ["src/**/*.ts", "README.md", "LICENSE"],
15-
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
14+
"include": [
15+
"src/**/*.ts",
16+
"README.md",
17+
"LICENSE"
18+
],
19+
"exclude": [
20+
"src/**/*.test.ts",
21+
"src/**/*.spec.ts"
22+
]
1623
}
1724
}

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.3.1",
3+
"version": "1.4.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)