Skip to content

Commit fda2303

Browse files
ci: release (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c589743 commit fda2303

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/video-upload-auth.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/pds/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#26](https://github.com/ascorbic/atproto-worker/pull/26) [`407eaba`](https://github.com/ascorbic/atproto-worker/commit/407eaba441ab0e6c6a763cdb407635b1e72227da) Thanks [@ascorbic](https://github.com/ascorbic)! - Add `com.atproto.server.getServiceAuth` endpoint for video upload authentication
8+
9+
This endpoint is required for video uploads. Clients call it to get a service JWT to authenticate with external services like the video service (`did:web:video.bsky.app`).
10+
311
## 0.0.2
412

513
### Patch Changes

packages/pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ascorbic/pds",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)