@@ -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)
@@ -15,6 +15,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
+ - 修复在源码构建过程中,替换 ImportDeclaration 中 source 的bug
- 支持 Next.js [#153](https://github.com/DouyinFE/semi-design/issues/153)