Ver Fonte

docs: update changelog

wuhw há 3 anos atrás
pai
commit
abb3392355

+ 4 - 0
content/start/changelog/index-en-US.md

@@ -16,6 +16,10 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.1.3 (2021-11-30)
+- 【Fix】
+  - Fix the bug of replacing source in ImportDeclaration during source code building
+  
 #### 🎉 2.1.2 (2021-11-30)
 - 【Feature】
   - Support Next.js [#153](https://github.com/DouyinFE/semi-design/issues/153)

+ 4 - 0
content/start/changelog/index.md

@@ -15,6 +15,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.1.3 (2021-11-30)
+- 【Fix】
+  - 修复在源码构建过程中,替换 ImportDeclaration 中 source 的bug
+
 #### 🎉 2.1.2 (2021-11-30)
 - 【Feature】
   - 支持 Next.js [#153](https://github.com/DouyinFE/semi-design/issues/153)