diff --git a/CHANGELOG.md b/CHANGELOG.md index cf81e88c..004e359e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.0.0-rc.95](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.94...v1.0.0-rc.95) (2024-09-05) + + +### Bug Fixes + +* **theme:** incorrect internal link ([aeee0ec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aeee0ec8de4e730e0a76b097dd0e3a6f528b1995)) + + +### Performance Improvements + +* **plugin-shikiji:** update `twoslash` ([430c40c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/430c40c3b00c6cd77e1286db4937501131dc24f3)) +* **theme:** optimize internal link ([811f7f4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/811f7f4361c3ce01e519bb2b4e3dee70c088c96b)) + + + # [1.0.0-rc.94](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.93...v1.0.0-rc.94) (2024-09-03) diff --git a/cli/package.json b/cli/package.json index d6b78dd7..ef92c925 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "create-vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.94", + "version": "1.0.0-rc.95", "description": "The cli for create vuepress-theme-plume's project", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT", diff --git a/package.json b/package.json index ffcbdb00..f028cc95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume-monorepo", "type": "module", - "version": "1.0.0-rc.94", + "version": "1.0.0-rc.95", "private": true, "packageManager": "pnpm@9.9.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", diff --git a/plugins/plugin-content-update/package.json b/plugins/plugin-content-update/package.json index 444c7e17..d6d269e4 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.94", + "version": "1.0.0-rc.95", "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 1768c890..4c32785a 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.94", + "version": "1.0.0-rc.95", "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 6ae8cafa..c2cc501e 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.94", + "version": "1.0.0-rc.95", "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 db9cd862..831b4c46 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.94", + "version": "1.0.0-rc.95", "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 d0b549e7..1eadf97f 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.94", + "version": "1.0.0-rc.95", "description": "The Plugin for VuePress 2 - shiki", "author": "pengzhanbo ", "license": "MIT", diff --git a/theme/package.json b/theme/package.json index eec83190..75225311 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "name": "vuepress-theme-plume", "type": "module", - "version": "1.0.0-rc.94", + "version": "1.0.0-rc.95", "description": "A Blog&Document Theme for VuePress 2.0", "author": "pengzhanbo (https://github.com/pengzhanbo/)", "license": "MIT",