diff --git a/CHANGELOG.md b/CHANGELOG.md index a1136cb..f1ad51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 30a2e70..62824aa 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index cb02bb9..ded049d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "0.14.1" +export const VERSION = "0.14.2"