diff --git a/.changeset/khaki-ghosts-ask.md b/.changeset/khaki-ghosts-ask.md deleted file mode 100644 index 32c4023bc..000000000 --- a/.changeset/khaki-ghosts-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"r.obin.ch": patch ---- - -Hide search cancel button when not focused diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f358f3d5..1d16c2a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # r.obin.ch +## 0.4.5 + +### Patch Changes + +- e849bfd: Hide search cancel button when not focused + ## 0.4.4 ### Patch Changes diff --git a/package.json b/package.json index 1c85b8a55..181606187 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "description": "On this website I collect interesting findings from my adventures in the world of bits and bytes and I share sometimes also things from the analogue reality.", "type": "module", - "version": "0.4.4", + "version": "0.4.5", "license": "0BSD", "author": "Robin Bühler", "homepage": "https://github.com/openscript/r.obin.ch",