From 2b4b0712be6c19731470abb3acc4228fc4d272ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 May 2023 10:31:32 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.6.0](https://github.com/panyushan-jade/dui/compare/v1.5.0...v1.6.0) (2023-05-24) ### Features * 初始化Space组件 ([d43566f](https://github.com/panyushan-jade/dui/commit/d43566f9d59b7fd7248a753e0f46d90efb833f64)) * 完善Space组件 ([f91efca](https://github.com/panyushan-jade/dui/commit/f91efcaeee4a4822412c64a2d16cf062edd71aa9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3c482..11048b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.6.0](https://github.com/panyushan-jade/dui/compare/v1.5.0...v1.6.0) (2023-05-24) + + +### Features + +* 初始化Space组件 ([d43566f](https://github.com/panyushan-jade/dui/commit/d43566f9d59b7fd7248a753e0f46d90efb833f64)) +* 完善Space组件 ([f91efca](https://github.com/panyushan-jade/dui/commit/f91efcaeee4a4822412c64a2d16cf062edd71aa9)) + # [1.5.0](https://github.com/panyushan-jade/dui/compare/v1.4.1...v1.5.0) (2023-01-30) diff --git a/package.json b/package.json index b3d7646..d3e0703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jadedui", - "version": "1.5.0", + "version": "1.6.0", "private": false, "description": "React Components Library", "author": "Jade",