Skip to content

Commit ff83343

Browse files
authored
chore: bump version to 1.13.1 (#373)
1 parent fe95ddc commit ff83343

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## NEXT VERSION
44

5+
## v1.13.1 (2022-05-14)
6+
7+
- fix: optimization render task performance
8+
59
## v1.13.0 (2021-10-24)
610

711
- fix: change propTypes for `BaseTable.components`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-base-table",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "a react table component to display large data set with high performance and flexibility",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)