diff --git a/apps/jsonthing-web/CHANGELOG.md b/apps/jsonthing-web/CHANGELOG.md
index 34fb7d8..47712b5 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.3](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.2...jsonthing-web@0.5.3) (2024-11-13)
+
+
+### Bug Fixes
+
+* **web/doc:** save button broken state after lint error ([6f30184](https://github.com/lharti/jsonthing/commit/6f301843b8d475f1604b8adb6c5e40dcbf24a4e2))
+
+
+
+
+
## [0.5.2](https://github.com/lharti/jsonthing/compare/jsonthing-web@0.5.1...jsonthing-web@0.5.2) (2024-11-12)
diff --git a/apps/jsonthing-web/package.json b/apps/jsonthing-web/package.json
index 52342ee..b5b1841 100644
--- a/apps/jsonthing-web/package.json
+++ b/apps/jsonthing-web/package.json
@@ -1,6 +1,6 @@
{
"name": "jsonthing-web",
- "version": "0.5.2",
+ "version": "0.5.3",
"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 a802829..8b10123 100644
--- a/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
+++ b/apps/jsonthing-web/src/components/DocEditor/DocEditor.spec.tsx
@@ -99,12 +99,20 @@ describe('
- Expected property name or '}' in JSON at position 1 (line 1 column 2) -