From deb093a2015c6666f5d18109157e54058206b8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=8C=82=E5=B3=B0?= Date: Sat, 28 Aug 2021 16:08:30 +0800 Subject: [PATCH] 0.2.5 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59f597..c3fcacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.5](https://github.com/limaofeng/asany-editor/compare/v0.2.4...v0.2.5) (2021-08-28) + + +### Bug Fixes + +* :bug: 解决切换属性配置面板时,更新 value 导致的 Maximum call stack size exceeded ([070ff98](https://github.com/limaofeng/asany-editor/commit/070ff9895576e151f7cce6bd67940299f98647db)) + + + ## [0.2.4](https://github.com/limaofeng/asany-editor/compare/v0.2.3...v0.2.4) (2021-08-28) diff --git a/package.json b/package.json index 5d74501..e183282 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "name": "@asany/editor", "main": "dist/index.js",