From dc7dfdb62f5486b376b8e236a569fbcc4065f316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=8C=82=E5=B3=B0?= Date: Sun, 12 Dec 2021 14:14:56 +0800 Subject: [PATCH] 0.2.22 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7002c..add4bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.22](https://github.com/limaofeng/asany-editor/compare/v0.2.21...v0.2.22) (2021-12-12) + + +### Features + +* **属性面板:** 通过 multiple 设置可以,快速添加 MultipleWrapper 组件 ([1c8c505](https://github.com/limaofeng/asany-editor/commit/1c8c505f6d8889ded70483b34101ea81e1706b78)) + + + ## [0.2.21](https://github.com/limaofeng/asany-editor/compare/v0.2.20...v0.2.21) (2021-12-11) diff --git a/package.json b/package.json index ed87ffa..9b7453b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.21", + "version": "0.2.22", "license": "MIT", "name": "@asany/editor", "main": "dist/index.js",