Skip to content

Commit 4573fc9

Browse files
authored
chore: bump version to 1.13.0 (#341)
1 parent df24186 commit 4573fc9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.16.0

CHANGELOG.md

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

33
## NEXT VERSION
44

5+
## v1.13.0 (2021-10-24)
6+
57
- fix: change propTypes for `BaseTable.components`
8+
- feat: add support for React 17
69

710
## v1.12.0 (2020-10-11)
811

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.12.0",
3+
"version": "1.13.0",
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)