Skip to content

Commit ea5cca7

Browse files
committed
chore(release): 0.10.1
1 parent bb57fb5 commit ea5cca7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.10.1](https://github.com/imzxj/unique-ui/compare/v0.10.0...v0.10.1) (2022-09-16)
6+
7+
8+
### Features
9+
10+
* 新增 debounce、throttle 工具方法 ([6d5dae5](https://github.com/imzxj/unique-ui/commit/6d5dae5ce4f54436d844f840d2f9381e9080f4d0))
11+
12+
13+
### Bug Fixes
14+
15+
* 修复 Table 组件一处渲染问题 ([a5530bc](https://github.com/imzxj/unique-ui/commit/a5530bc40daa14ccc51fc754d8a0198e1ecacc48))
16+
517
## [0.10.0](https://github.com/xiaojun1994/unique-ui/compare/v0.9.0...v0.10.0) (2019-08-25)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unique-ui",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A mobile component library for Vue2.x",
55
"main": "lib/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)