diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md
index a2db37c50..5bfecc65b 100644
--- a/docs/markdown/changelog.md
+++ b/docs/markdown/changelog.md
@@ -11,12 +11,13 @@
-
v1.2.0
+
v1.2.1
2018-09-15
- AtButton, AtInput, AtTextarea, AtForm 组件属性和小程序对齐,例如支持 open-type
+ - AtAvatar 组件添加 open-data 适配
- AtIcon, AtTabBar 支持自定义图标
- AtTabs 组件支持自动滑动到选中项
- AtGrid 组件增加 noBorder 配置
diff --git a/package.json b/package.json
index 895e9af01..d9ce5078f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
@@ -75,7 +75,7 @@
"@tarojs/taro": "1.0.0-beta.26",
"@tarojs/taro-h5": "1.0.0-beta.26",
"@tarojs/taro-weapp": "1.0.0-beta.26",
- "@tarojs/webpack-runner": "^1.0.0-beta.26",
+ "@tarojs/webpack-runner": "1.0.0-beta.26",
"at-ui-style": "^1.5.1",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-0",