diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a212d7..df334c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [1.24.0](https://github.com/FEMessage/el-form-renderer/compare/v1.23.0...v1.24.0) (2022-07-20) + + +### Features + +* 增加 el-checkbox-button,el-radio-button 支持 ([#227](https://github.com/FEMessage/el-form-renderer/issues/227)) ([814f1da](https://github.com/FEMessage/el-form-renderer/commit/814f1da)) + + + ## [1.23.0](https://github.com/FEMessage/el-form-renderer/compare/v1.22.0...v1.23.0) (2021-08-23) diff --git a/package.json b/package.json index 21205fd..5d23792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-form-renderer", - "version": "1.23.0", + "version": "1.24.0", "description": "render form-item easily", "author": "leezng ", "license": "MIT",