From 70ab21b67489fbc0d327d06ff644f13c958d374d Mon Sep 17 00:00:00 2001 From: mereith Date: Mon, 13 Mar 2023 12:57:21 +0800 Subject: [PATCH] revert: workflow error --- CHANGELOG.md | 12 ------------ package.json | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70dd1035f..4c8f34c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,4 @@ # Changelog -### [0.48.3](https://github.com/Mereithhh/vanblog/compare/v0.48.2...v0.48.3) (2023-03-13) - - -### ✏️ Documentation | 文档 - -* 更新文档 ([b49f040](https://github.com/Mereithhh/vanblog/commit/b49f0408def53c1afdcda42c99ce22f03432cc62)) - - -### 🐛 Bug Fixes | Bug 修复 - -* **website:** 作者头像无法显示 ([29eb22e](https://github.com/Mereithhh/vanblog/commit/29eb22e13677ed418d56e34bae25bb9ab704065c)) -* 自定义高亮块不展示 ([82c1ceb](https://github.com/Mereithhh/vanblog/commit/82c1ceb38a8fdbc47a49f2dbe9e6fcaa8dfa02e0)) ### [0.48.2](https://github.com/Mereithhh/vanblog/compare/v0.48.1...v0.48.2) (2023-03-11) diff --git a/package.json b/package.json index f01b7063e..6ba48a808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.48.3", + "version": "0.48.2", "private": true, "scripts": { "clean": "rm -rf node_modules && rm -rf packages/*/node_modules && rm -rf packages/*/dist",