Skip to content

Commit c419a1d

Browse files
chore(main): release server 1.3.0 (#92)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent e184b8e commit c419a1d

4 files changed

Lines changed: 25 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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/supabase/server/compare/server-v1.2.0...server-v1.3.0) (2026-07-03)
4+
5+
6+
### Features
7+
8+
* add attw type export checking to CI ([#93](https://github.com/supabase/server/issues/93)) ([e1e2b72](https://github.com/supabase/server/commit/e1e2b72e81660c787b0445dbdf69946b95324abd))
9+
10+
11+
### Bug Fixes
12+
13+
* add ./peer/supabase-js to jsr.json exports ([#94](https://github.com/supabase/server/issues/94)) ([04276d0](https://github.com/supabase/server/commit/04276d015c8b65f50c1944a9e8407fe01f444703))
14+
* **test:** correct sub claim in remote JWKS token fixture and wire tests into CI ([#89](https://github.com/supabase/server/issues/89)) ([744105b](https://github.com/supabase/server/commit/744105b458e637b5211021d3e6b9de2d91da6b72))
15+
316
## [1.2.0](https://github.com/supabase/server/compare/server-v1.1.0...server-v1.2.0) (2026-06-17)
417

518
### 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.2.0",
3+
"version": "1.3.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.2.0",
3+
"version": "1.3.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)