Skip to content

Commit

Permalink
chore(release): 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jul 21, 2021
1 parent a7297ac commit c9250ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.16](https://github.com/marcocesarato/react-native-big-list/compare/v1.3.15...v1.3.16) (2021-07-21)


### Bug Fixes

* empty item after header ([a7297ac](https://github.com/marcocesarato/react-native-big-list/commit/a7297acfd22849599a688c7cd5a26ed59b658473)), closes [#35](https://github.com/marcocesarato/react-native-big-list/issues/35)

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


Expand Down Expand Up @@ -354,4 +361,3 @@ All notable changes to this project will be documented in this file. See [standa


---

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.15",
"version": "1.3.16",
"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 c9250ec

Please sign in to comment.