diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d80bdfef..2742101d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.1](https://github.com/ant-design/ant-design-mini/compare/3.1.0...3.1.1) + +- Feat 0207 issue [`#1398`](https://github.com/ant-design/ant-design-mini/pull/1398) +- fix some bug in different platform [`#1397`](https://github.com/ant-design/ant-design-mini/pull/1397) +- docs fix [`#1395`](https://github.com/ant-design/ant-design-mini/pull/1395) + #### [3.1.0](https://github.com/ant-design/ant-design-mini/compare/3.0.9...3.1.0) +> 24 January 2025 + - Adjust x-components demo style [`#1393`](https://github.com/ant-design/ant-design-mini/pull/1393) #### [3.0.9](https://github.com/ant-design/ant-design-mini/compare/3.0.8...3.0.9) diff --git a/package.json b/package.json index 216f130ca..c764714f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-mini", - "version": "3.1.0", + "version": "3.1.1", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": {