diff --git a/CHANGELOG.md b/CHANGELOG.md
index b671b2e6..215b9c8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+# [1.0.0-rc.82](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.81...v1.0.0-rc.82) (2024-07-23)
+
+
+### Bug Fixes
+
+* **plugin-md-power:** fix incorrect code editor layout ([9f6368b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f6368b7a4c677a353055357bb7722c7feeded78))
+
+
+### Features
+
+* **theme:** add `@vuepress/plugin-cache` ([62ac0b3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62ac0b3371d6c33e923fc8bcd98149190cf436df))
+* **theme:** add support for `iconify` localization ([5d0d626](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d0d626eeff2bf7db73f73275728ba7c3e15757e))
+
+
+### Performance Improvements
+
+* **theme:** improve media print layout ([9f8de68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f8de682fa9f26d4df83a1028d1e7bee557bea10))
+* **theme:** improve navbar logo height ([688c964](https://github.com/pengzhanbo/vuepress-theme-plume/commit/688c96452e39f179636ff486e3541652debddfaa))
+* **theme:** optimize `` ([fa06931](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fa0693198559a0cb03755725cb2454ed20cb3017))
+* update vue to `3.4.33` ([72ccb48](https://github.com/pengzhanbo/vuepress-theme-plume/commit/72ccb4800c24da675979976a7765d7888c6c4b89))
+
+
+
# [1.0.0-rc.81](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.80...v1.0.0-rc.81) (2024-07-19)
diff --git a/package.json b/package.json
index 80f666f6..38428857 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume-monorepo",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"private": true,
"packageManager": "pnpm@9.5.0",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json
index c23c73a0..c2937b7e 100644
--- a/plugins/plugin-content-update/package.json
+++ b/plugins/plugin-content-update/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-content-update",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "The Plugin for VuePress 2 - content update",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-fonts/package.json b/plugins/plugin-fonts/package.json
index 7c851019..6300a1dc 100644
--- a/plugins/plugin-fonts/package.json
+++ b/plugins/plugin-fonts/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-fonts",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "The Plugin for VuePress 2 - fonts",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-md-power/package.json b/plugins/plugin-md-power/package.json
index 545a2076..f1e3c362 100644
--- a/plugins/plugin-md-power/package.json
+++ b/plugins/plugin-md-power/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-plugin-md-power",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "The Plugin for VuePress 2 - markdown power",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-search/package.json b/plugins/plugin-search/package.json
index 2700b95c..3b2ad82b 100644
--- a/plugins/plugin-search/package.json
+++ b/plugins/plugin-search/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-search",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "The Plugin for VuePress 2 - local search",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/plugins/plugin-shikiji/package.json b/plugins/plugin-shikiji/package.json
index b32c9e4d..9d0e7c6b 100644
--- a/plugins/plugin-shikiji/package.json
+++ b/plugins/plugin-shikiji/package.json
@@ -1,7 +1,7 @@
{
"name": "@vuepress-plume/plugin-shikiji",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "The Plugin for VuePress 2 - shiki",
"author": "pengzhanbo ",
"license": "MIT",
diff --git a/theme/package.json b/theme/package.json
index 6c958d2b..9dd17fbc 100644
--- a/theme/package.json
+++ b/theme/package.json
@@ -1,7 +1,7 @@
{
"name": "vuepress-theme-plume",
"type": "module",
- "version": "1.0.0-rc.81",
+ "version": "1.0.0-rc.82",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo (https://github.com/pengzhanbo/)",
"license": "MIT",