diff --git a/README.md b/README.md index 3bbf475d..7ea9946f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ To find out the integration name, there is a list of integrations below. - [Changelog & File history (for VitePress)](./packages/vitepress-plugin-git-changelog/README.md) - [Inline Link Previewing (for VitePress)](./packages/vitepress-plugin-inline-link-preview/README.md) - [Blinking highlight targeted heading (for VitePress)](./packages/vitepress-plugin-highlight-targeted-heading/README.md) +- [Page properties (for VitePress)](./packages/vitepress-plugin-page-properties/README.md) ## How to develop diff --git a/README.zh-CN.md b/README.zh-CN.md index ae440a36..f5372f21 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -51,6 +51,7 @@ ni @nolebase/ -D - [变更记录 及 文件历史(VitePress 插件)](./packages/vitepress-plugin-git-changelog/README.md) - [行内链接预览(VitePress 插件)](./packages/vitepress-plugin-inline-link-preview/README.md) - [闪烁高亮当前的目标标题(VitePress 插件)](./packages/vitepress-plugin-highlight-targeted-heading/README.md) +- [页面属性(VitePress 插件](./packages/vitepress-plugin-page-properties/README.md) ## 如何开发 diff --git a/packages/vitepress-plugin-page-properties/package.json b/packages/vitepress-plugin-page-properties/package.json index 4026de45..b939e465 100644 --- a/packages/vitepress-plugin-page-properties/package.json +++ b/packages/vitepress-plugin-page-properties/package.json @@ -1,7 +1,7 @@ { "name": "@nolebase/vitepress-plugin-page-properties", "type": "module", - "version": "1.12.1", + "version": "1.17.0", "description": "A VitePress plugin that renders frontmatter as page properties, and makes them editable.", "author": { "name": "Nólëbase",