Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/calm-oranges-obey.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mepuka/skygent

## 0.8.1

### Patch Changes

- ad11bb7: - consolidate shared CLI/test utilities to reduce duplication and keep output/layer setup consistent
- fix derive command type-safety in store resolution and improve runtime typing at entrypoint
- upgrade `effect-jetstream` to `^1.2.0`

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mepuka/skygent",
"version": "0.8.0",
"version": "0.8.1",
"description": "Composable Bluesky data filtering and monitoring CLI built with Effect",
"module": "index.ts",
"type": "module",
Expand Down