Skip to content

Commit 60634a1

Browse files
committed
chore(release): 1.6.0
1 parent ffc9f98 commit 60634a1

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+
## [1.6.0](https://github.com/marcocesarato/react-native-big-list/compare/v1.5.6...v1.6.0) (2022-11-06)
6+
7+
8+
### Features
9+
10+
* add support for native animation on scroll ([2a84fb7](https://github.com/marcocesarato/react-native-big-list/commit/2a84fb7a0ff59e3482d3fc3ba97b517989ad9751))
11+
12+
13+
### Bug Fixes
14+
15+
* rename animatedOffsetValues to nativeOffsetValues in index.d.ts ([06e3f66](https://github.com/marcocesarato/react-native-big-list/commit/06e3f66914e846e65791d0cca9e1df00ebf87b88))
16+
517
### [1.5.6](https://github.com/marcocesarato/react-native-big-list/compare/v1.5.5...v1.5.6) (2022-10-22)
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": "react-native-big-list",
3-
"version": "1.5.6",
3+
"version": "1.6.0",
44
"description": "A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.",
55
"keywords": [
66
"react-native-big-list",

0 commit comments

Comments
 (0)