diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9b7bbe..bee34361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.0.0-beta.30](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-05-07) + + +### Features + +* **plugin-baidu-tongji:** 新增百度统计插件 ([69a18b9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/69a18b910c62a0fa3b456769fe8b81c0aa7f9d95)) + + + # [1.0.0-beta.29](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-05-06) diff --git a/package.json b/package.json index 326db563..cbdd59d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-plume", - "version": "1.0.0-beta.29", + "version": "1.0.0-beta.30", "private": true, "license": "MIT", "author": "pengzhanbo", diff --git a/packages/plugin-baidu-tongji/package.json b/packages/plugin-baidu-tongji/package.json index 31a3e100..13dba56c 100644 --- a/packages/plugin-baidu-tongji/package.json +++ b/packages/plugin-baidu-tongji/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-baidu-tongji", - "version": "1.0.0-beta.29", + "version": "1.0.0-beta.30", "description": "The Plugin for VuePres 2", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { diff --git a/packages/plugin-caniuse/package.json b/packages/plugin-caniuse/package.json index 45e642d8..b3a9a1b3 100644 --- a/packages/plugin-caniuse/package.json +++ b/packages/plugin-caniuse/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-caniuse", - "version": "1.0.0-beta.29", + "version": "1.0.0-beta.30", "description": "The Plugin for VuePres 2, Support Can-I-Use feature", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { diff --git a/packages/plugin-copy-code/package.json b/packages/plugin-copy-code/package.json index cb5ff2c8..cd66fd41 100644 --- a/packages/plugin-copy-code/package.json +++ b/packages/plugin-copy-code/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-plugin-copy-code", - "version": "1.0.0-beta.29", + "version": "1.0.0-beta.30", "description": "The Plugin for VuePres 2", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { diff --git a/packages/theme/package.json b/packages/theme/package.json index 4206525c..fc352d20 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@vuepress-plume/vuepress-theme-plume", - "version": "1.0.0-beta.29", + "version": "1.0.0-beta.30", "description": "A Blog Theme for VuePress 2.0", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": {