From b4a0eed808216e75e792bf1b125578b4b1acf363 Mon Sep 17 00:00:00 2001 From: mereith Date: Fri, 24 Feb 2023 22:06:39 +0800 Subject: [PATCH] chore(release): 0.45.7 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10316f8b..1ab158eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,34 @@ # Changelog +### [0.45.7](https://github.com/Mereithhh/vanblog/compare/v0.45.6...v0.45.7) (2023-02-24) + + +### ✨ Features | 新功能 + +* 新建文章或草稿自动跳转到编辑页面 ([baf4e3c](https://github.com/Mereithhh/vanblog/commit/baf4e3c0028067d97020386a0842ee3ac4d5bcf7)) + + +### 🐛 Bug Fixes | Bug 修复 + +* 左右切换页面时,内容不更新[#161](https://github.com/Mereithhh/vanblog/issues/161) ([94acb32](https://github.com/Mereithhh/vanblog/commit/94acb322f967f04fd6ca7d0473ed5095b672c5cd)) +* 暗色模式刷新页面代码块重影问题(盲修,不一定完全修好)[#162](https://github.com/Mereithhh/vanblog/issues/162) ([8d888c6](https://github.com/Mereithhh/vanblog/commit/8d888c6cfe72bd45e759c43714f521ec597bf889)) + + +### ✏️ Documentation | 文档 + +* 更新文档 ([0abebc0](https://github.com/Mereithhh/vanblog/commit/0abebc003aae97b828d18cc1bda7bee10670fc4e)) +* 更新文档 ([97444fa](https://github.com/Mereithhh/vanblog/commit/97444fa98f8c3f7699b5152ee4ef3051a8759a20)) + + +### ⏪ Revert | 回退 + +* 发版有 bug 回退重新发布 ([9f81c28](https://github.com/Mereithhh/vanblog/commit/9f81c284014a782c0f5a392008bf60f2f3afa3e9)) + + +### 🚀 Chore | 构建/工程依赖/工具 + +* **release:** 0.45.7 ([a5bca40](https://github.com/Mereithhh/vanblog/commit/a5bca408fbe9551184ee85002a12fa16095ae33e)) +* server 开发时未制定配置 logs 为当前路径 ([57684a4](https://github.com/Mereithhh/vanblog/commit/57684a40d7c8a05e201fb5c21f8a1b88c090b59d)) +* website 锁定 nextjs 版本 ([a93cb65](https://github.com/Mereithhh/vanblog/commit/a93cb65492e8178e5f66ddd1886bb9def5d72360)) ### [0.45.6](https://github.com/Mereithhh/van-blog/compare/v0.45.5...v0.45.6) (2023-02-15) diff --git a/package.json b/package.json index 6ac95d4f8..45a827edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.45.6", + "version": "0.45.7", "private": true, "devDependencies": { "@vuepress/client": "^2.0.0-beta.49",