diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dc11ca..4a0f9206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Newest first. `Unreleased` is what is on `main` and not yet tagged. ## Unreleased +## 0.0.4 + ### A click citing a ref this deployment cannot resolve is refused A Bot acts on a page by citing a ref from a snapshot, and the server turns that ref back into the diff --git a/package.json b/package.json index bdeaf786..81646060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbot", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "private": true, "packageManager": "bun@1.3.14",