Skip to content

Commit d011755

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

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

.changeset/violet-dryers-shake.md

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

.changeset/warm-clouds-email.md

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

packages/pds/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @getcirrus/pds
22

3+
## 0.10.3
4+
5+
### Patch Changes
6+
7+
- [#123](https://github.com/ascorbic/cirrus/pull/123) [`4e3d4e9`](https://github.com/ascorbic/cirrus/commit/4e3d4e9e3aa1ae7783ab8536e9ab74c6fa87b6eb) Thanks [@ascorbic](https://github.com/ascorbic)! - Rename getAccountStatus endpoint to checkAccountStatus to match AT Protocol lexicon
8+
9+
- [#126](https://github.com/ascorbic/cirrus/pull/126) [`99272ea`](https://github.com/ascorbic/cirrus/commit/99272ea4f6e2d1a338bb5818da8927b743263c4f) Thanks [@ascorbic](https://github.com/ascorbic)! - Add updateEmail endpoint and include email in session responses
10+
11+
Store email in DO storage and return it from getSession, createSession, and refreshSession responses. Fixes deck.blue and official app complaints about missing email field.
12+
313
## 0.10.2
414

515
### 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": "@getcirrus/pds",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)