diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7879f6..be2aba0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.5.4 (2024-11-21)
+
+* feat: revert highlightReferImage ([ff928ab](https://github.com/qq15725/modern-text/commit/ff928ab))
+
+
+
## 0.5.3 (2024-11-20)
* fix: highlight ([ee5d043](https://github.com/qq15725/modern-text/commit/ee5d043))
diff --git a/package.json b/package.json
index 5a2178e..d4344ac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "modern-text",
"type": "module",
- "version": "0.5.3",
+ "version": "0.5.4",
"packageManager": "pnpm@9.9.0",
"description": "Measure and render text in a way that describes the DOM.",
"author": "wxm",