Skip to content

Commit 76f1617

Browse files
author
Clauderic Demers
committed
2.1.2
1 parent 1d81c7f commit 76f1617

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
------------
3+
### 2.1.2
4+
Fixed build script for es modules build [#22](https://github.com/clauderic/react-tiny-virtual-list/issues/22)
5+
36
### 2.1.1
47
Renamed `onRowsRendered` prop to `onItemsRendered`.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tiny-virtual-list",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A tiny but mighty list virtualization component, with zero dependencies 💪",
55
"main": "build/react-tiny-virtual-list.cjs.js",
66
"module": "build/react-tiny-virtual-list.es.js",

0 commit comments

Comments
 (0)