mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: publish v1.0.0-beta.32
This commit is contained in:
parent
26b59ceaac
commit
2eb58f773a
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
||||
## 1.0.0-beta.32 (2022-05-10)
|
||||
|
||||
* refactor(plugin-page-collection): 添加说明文档和代码注释说明 ([26b59ce](https://github.com/pengzhanbo/vuepress-theme-plume/commit/26b59ce))
|
||||
* fix(plugin-netlify-functions): 修复 netlify 服务在vuepress服务重启前未被正确关闭就重启的问题 ([5263c58](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5263c58))
|
||||
* fix(plugin-netlify-functions): 修复 netlify 重复启动问题 ([1d63a9c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d63a9c))
|
||||
* fix(theme): 修复 文章 设置 article 为 false 时未被正确过滤的问题 ([edf5456](https://github.com/pengzhanbo/vuepress-theme-plume/commit/edf5456))
|
||||
* feat(plugin-page-collection): 新增 plugin-netlify-functions 使用示例插件 ([10af203](https://github.com/pengzhanbo/vuepress-theme-plume/commit/10af203))
|
||||
* chore(plugin-netlify-functions): update package.json keywords ([14724ed](https://github.com/pengzhanbo/vuepress-theme-plume/commit/14724ed))
|
||||
|
||||
|
||||
|
||||
# [1.0.0-beta.31](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-05-09)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"vuepress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-baidu-tongji",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"description": "The Plugin for VuePres 2",
|
||||
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
||||
"bugs": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-caniuse",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-copy-code",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"description": "The Plugin for VuePres 2",
|
||||
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
||||
"bugs": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-netlify-functions",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-plugin-page-collection",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"private": true,
|
||||
"description": "The Plugin for VuePres 2",
|
||||
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vuepress-plume/vuepress-theme-plume",
|
||||
"version": "1.0.0-beta.31",
|
||||
"version": "1.0.0-beta.32",
|
||||
"description": "A Blog Theme for VuePress 2.0",
|
||||
"keywords": [
|
||||
"VuePress",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user