Skip to content
Merged
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
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.14.2 - 2026-08-24

- State that background pickup needs `runtime.run(signal)`
([#22](https://github.com/cardmagic/solid-objects-js/issues/22)). The
Expand All @@ -15,7 +15,6 @@
`Cart.ref("cart-123")`, matching every other reference example in the
documentation. `createRuntime()` deliberately leaves the process default
unset, so the static form needs `configure()`.

- Add `examples/at-least-once` and `pnpm run test:at-least-once`
([#23](https://github.com/cardmagic/solid-objects-js/issues/23)): an
executable proof that the at-least-once clause fires and that the
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": "solid-objects",
"version": "0.14.1",
"version": "0.14.2",
"description": "Race-free realtime state per application identity, backed by your SQL database",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.14.1"
export const VERSION = "0.14.2"