From 5416a3eea1298846cd434325d93bb4008b509704 Mon Sep 17 00:00:00 2001 From: yulimchen Date: Sat, 1 Jul 2023 11:35:36 +0800 Subject: [PATCH] chore(release): 0.5.6 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfc9f4..96f0e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.6](https://github.com/yulimchen/vue3-h5-template/compare/v0.5.5...v0.5.6) (2023-07-01) + + +### 💄 Styles | 风格 + +* **layout:** 修复大小写警告 ([53b1557](https://github.com/yulimchen/vue3-h5-template/commit/53b15578a55eccbae73377f27f7696b97087cf43)) + + +### ✨ Features | 新功能 + +* 黑暗模式支持缓存 ([b398939](https://github.com/yulimchen/vue3-h5-template/commit/b398939ab7ba0c6b50ffb3a6b4f38ebc0512dc56)) + ### [0.5.5](https://github.com/yulimchen/vue3-h5-template/compare/v0.5.4...v0.5.5) (2023-06-30) diff --git a/package.json b/package.json index c32fe8f..e6d5070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-h5-template", "homepage": "https://yulimchen.github.io/vue3-h5-template/", - "version": "0.5.5", + "version": "0.5.6", "license": "MIT", "repository": { "type": "git",