Skip to content

Commit 98aec98

Browse files
ci: release (#148)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f06391 commit 98aec98

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/app-passwords.md

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

packages/pds/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#147](https://github.com/ascorbic/cirrus/pull/147) [`2f06391`](https://github.com/ascorbic/cirrus/commit/2f06391127683f0212ac7a837a90946875a91bd5) Thanks [@ascorbic](https://github.com/ascorbic)! - Add app password support for AT Protocol client authentication. Implements `com.atproto.server.createAppPassword`, `listAppPasswords`, `revokeAppPassword`, and login via app passwords. Includes CLI commands for creating, listing, and revoking app passwords.
8+
39
## 0.12.0
410

511
### Minor 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.12.0",
3+
"version": "0.13.0",
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)