Skip to content

Commit 2f5dbc6

Browse files
chore(main): release server 1.3.1 (#97)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent a41aeeb commit 2f5dbc6

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.0"
2+
".": "1.3.1"
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.3.1](https://github.com/supabase/server/compare/server-v1.3.0...server-v1.3.1) (2026-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* expand [@module](https://github.com/module) comment to restore rich JSR overview ([#96](https://github.com/supabase/server/issues/96)) ([a41aeeb](https://github.com/supabase/server/commit/a41aeebd59ef99ca04bd8bbed859ab046b5de61d))
9+
310
## [1.3.0](https://github.com/supabase/server/compare/server-v1.2.0...server-v1.3.0) (2026-07-03)
411

512
### Features

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