From af0fa06a42e957b83bded98d9982f77217d22903 Mon Sep 17 00:00:00 2001 From: wanglu Date: Tue, 30 Aug 2022 06:40:38 +0000 Subject: [PATCH] =?UTF-8?q?revert:=20=E5=9B=A0=E4=B8=BA=20note=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E9=94=99=E8=AF=AF=E5=9B=9E=E9=80=80=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=86=8D=E9=87=8D=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 36 ------------------------------------ package.json | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cf2b2dc..b76a8d79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,4 @@ # Changelog -## [0.25.0](https://github.com/Mereithhh/van-blog/compare/v0.24.0...v0.25.0) (2022-08-30) - - -### 🚀 Chore | 构建/工程依赖/工具 - -* 修正 releaseNote 脚本错误 ([570a527](https://github.com/Mereithhh/van-blog/commit/570a527de33e839363bf216caf2445df18708f45)) - - -### ✏️ Documentation | 文档 - -* 更新 TODO ([66e5796](https://github.com/Mereithhh/van-blog/commit/66e5796c6b5de08f9e54496efc253e53ffb68ade)) -* 更新文档 ([f637216](https://github.com/Mereithhh/van-blog/commit/f637216ea4525b46eeef02e3320f507680e35910)) - - -### ♻️ Code Refactoring | 代码重构 - -* 后台抽离修改信息弹窗组件 ([3838c48](https://github.com/Mereithhh/van-blog/commit/3838c48877ba0f76480d874847dece91ec424790)) - - -### ✨ Features | 新功能 - -* 文章管理页面支持导出文章和修改文章信息 ([f8b820b](https://github.com/Mereithhh/van-blog/commit/f8b820b8af852f247a18552f962db1dd6b87886a)) -* 编辑器页面从文件导入内容 ([be73e60](https://github.com/Mereithhh/van-blog/commit/be73e6015cff71d357dfdf5b87cd85f950c0493d)) -* 编辑器页面可导出文章 ([32fd874](https://github.com/Mereithhh/van-blog/commit/32fd874b6a9287f27b91e9effdb7db9ecce8f771)) -* 草稿管理页面支持导出草稿和修改草稿信息 ([2dd5245](https://github.com/Mereithhh/van-blog/commit/2dd5245814bc852fdd12a53c6a8a395f84a3fa85)) -* 设置前台用户默认主题模式 ([582df60](https://github.com/Mereithhh/van-blog/commit/582df602112b5c0c80f55eda6d53dd799f233418)) - - -### 🐛 Bug Fixes | Bug 修复 - -* 前台主题切换按钮显示和实际主题不一致 ([4a2f943](https://github.com/Mereithhh/van-blog/commit/4a2f943bee92228c1022d8cdc0b60e50396549cf)) - - -### ⚡ Performance Improvements | 性能优化 - -* 优化一下主题初始化逻辑 ([bf12394](https://github.com/Mereithhh/van-blog/commit/bf1239466c92242597716a5c085b514d61021214)) ## [0.24.0](https://github.com/Mereithhh/van-blog/compare/v0.23.4...v0.24.0) (2022-08-29) diff --git a/package.json b/package.json index e90d47bf9..87813ad9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.25.0", + "version": "0.24.0", "private": true, "devDependencies": { "@vuepress/client": "^2.0.0-beta.49",