diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b75403..66fc6437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.25](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-04-25) + + +### Bug Fixes + +* fix define config ([00bca40](https://github.com/pengzhanbo/vuepress-theme-plume/commit/00bca40d895499017308359bfce682cec055f42b)) + + + + + # [1.0.0-beta.24](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-04-25) diff --git a/lerna.json b/lerna.json index 8a5d51dd..3dd37f3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-beta.24", + "version": "1.0.0-beta.25", "command": { "version": { "allowBranch": "main", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index b640e0b2..aec7ef2a 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.25](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-04-25) + + +### Bug Fixes + +* fix define config ([00bca40](https://github.com/pengzhanbo/vuepress-theme-plume/commit/00bca40d895499017308359bfce682cec055f42b)) + + + + + # [1.0.0-beta.24](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-04-25) diff --git a/packages/theme/package.json b/packages/theme/package.json index f79105b5..4c37c6e2 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.24", + "version": "1.0.0-beta.25", "description": "A Blog Theme for VuePress 2.0", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": {