Skip to content

Commit a316dfd

Browse files
author
Marco Cesarato
committed
chore(release): 1.3.15
1 parent df52b1b commit a316dfd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.3.15](https://github.com/marcocesarato/react-native-big-list/compare/v1.3.14...v1.3.15) (2021-06-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **onMomentumEnd:** trigger on momentum end ([e823a0b](https://github.com/marcocesarato/react-native-big-list/commit/e823a0beb85737c5c280778cc90feac777ed149a)), closes [#21](https://github.com/marcocesarato/react-native-big-list/issues/21)

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