diff --git a/apps/jsonthing-web/CHANGELOG.md b/apps/jsonthing-web/CHANGELOG.md
index 47712b5..4f48e80 100644
--- a/apps/jsonthing-web/CHANGELOG.md
+++ b/apps/jsonthing-web/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.5.4](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.3...jsonthing-web@0.5.4) (2024-11-13)
+
+
+### Bug Fixes
+
+* **web/doc:** document editor top bar layout on small screns ([3aab0c5](https://github.com/lharti/jsonthing/commit/3aab0c583e77781747d0799c76b450d135ba982c))
+
+
+
+
+
## [0.5.3](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.2...jsonthing-web@0.5.3) (2024-11-13)
diff --git a/apps/jsonthing-web/package.json b/apps/jsonthing-web/package.json
index b5b1841..0b143fb 100644
--- a/apps/jsonthing-web/package.json
+++ b/apps/jsonthing-web/package.json
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
- "version": "0.5.3",
+ "version": "0.5.4",
"private": true,
"scripts": {
"dev": "next dev --turbo",
diff --git a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
index 8b10123..95bf028 100644
--- a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
+++ b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
@@ -54,10 +54,10 @@ describe('