Skip to content

Commit

Permalink
chore(release): 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Jun 29, 2021
1 parent df52b1b commit a316dfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

### [1.3.15](https://github.com/marcocesarato/react-native-big-list/compare/v1.3.14...v1.3.15) (2021-06-29)


### Bug Fixes

* **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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-big-list",
"version": "1.3.14",
"version": "1.3.15",
"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.",
"keywords": [
"react-native-big-list",
Expand Down

0 comments on commit a316dfd

Please sign in to comment.