diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..822a8af --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d58288e..82b9037 100644 --- a/package.json +++ b/package.json @@ -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",