diff --git a/CHANGELOG.md b/CHANGELOG.md
index 866c8f9..659e2b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
 
 
+## [0.2.0](https://github.com/pysunday/sdenv/compare/0.1.1...0.2.0) (2024-04-15)
+
+
+### Features
+
+* 1. 去除单例创建实例方式;2. 增加Event、XPathException、prompt的检测处理;3. 其它代码优化 ([d5e9ec4](https://github.com/pysunday/sdenv/commit/d5e9ec46d4dadc5f5491e08435382c6ea599d9cc))
+* dom动态解析问题适配 ([30f7897](https://github.com/pysunday/sdenv/commit/30f78974e92b90fc6d52a857d27ee599724e7dc0))
+
+
+### Bug Fixes
+
+* install命令替代build命令用于自动编译; 引用优化 ([49a4a2b](https://github.com/pysunday/sdenv/commit/49a4a2bb45cd7299fbb3e15fc4e3c61bc2b30338))
+* sdenv-extend的调用与文档描述统一 ([a1d2fa2](https://github.com/pysunday/sdenv/commit/a1d2fa275b98d4c99906b26f3dfa7a4be976d526))
+* 修复windows路径不兼容问题,与rs-reverse项目同步 [#2](https://github.com/pysunday/sdenv/issues/2) ([f9ec822](https://github.com/pysunday/sdenv/commit/f9ec8221cbeef2ff2591022988fdce2bc414a225))
+* 编辑器中直接运行example文件报错修复 ([cdb4d2a](https://github.com/pysunday/sdenv/commit/cdb4d2a0efb3ede377d894adcb34a2bddb38ca3b))
+
 ## [0.1.1](https://github.com/pysunday/sdenv/compare/0.1.0...0.1.1) (2024-03-10)
 
 
diff --git a/package.json b/package.json
index 7e64b09..e61f473 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sdenv",
-  "version": "0.1.8",
+  "version": "0.2.0",
   "description": "补环境框架",
   "directories": {
     "test": "test"