Skip to content

Commit c986177

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

5 files changed

Lines changed: 26 additions & 15 deletions

File tree

.changeset/odd-towns-cross.md

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

packages/create-pds/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# create-pds
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/ascorbic/atproto-worker/pull/23) [`d7bf601`](https://github.com/ascorbic/atproto-worker/commit/d7bf6013924da6867c1779face55b2ccc91f3849) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix signing key serialization format and improve CLI
8+
- Fix signing key export to use hex encoding instead of JSON (was causing import failures)
9+
- Add `@types/node` to create-pds template
10+
- Suppress install and wrangler types output unless there's an error
11+
- Add initial git commit after install, and commit after pds init
12+
- Extract shared secret generation utilities for CLI commands
13+
- Add tests for signing key serialization
14+
315
## 0.0.2
416

517
### Patch Changes

packages/create-pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-pds",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Create a new AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"bin": {

packages/pds/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/ascorbic/atproto-worker/pull/23) [`d7bf601`](https://github.com/ascorbic/atproto-worker/commit/d7bf6013924da6867c1779face55b2ccc91f3849) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix signing key serialization format and improve CLI
8+
- Fix signing key export to use hex encoding instead of JSON (was causing import failures)
9+
- Add `@types/node` to create-pds template
10+
- Suppress install and wrangler types output unless there's an error
11+
- Add initial git commit after install, and commit after pds init
12+
- Extract shared secret generation utilities for CLI commands
13+
- Add tests for signing key serialization
14+
315
## 0.0.1
416

517
### 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.1",
3+
"version": "0.0.2",
44
"description": "AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)