Skip to content

Commit c30eb0b

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

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/metal-rooms-say.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
# @getcirrus/pds
22

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- [#157](https://github.com/ascorbic/cirrus/pull/157) [`241a5fc`](https://github.com/ascorbic/cirrus/commit/241a5fc58baa429c3938c0b99f9afdd9d5c85dce) Thanks [@NuroDev](https://github.com/NuroDev)! - fix(pds): Remove empty collections from cache on record delete.
8+
9+
When all records of a collection are deleted, it is now ensured that the collection is deleted from the user repository so collections don't linger around forever
10+
311
## 0.15.0
412

513
### 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.15.0",
3+
"version": "0.15.1",
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)