Skip to content

Commit c9250ec

Browse files
committed
chore(release): 1.3.16
1 parent a7297ac commit c9250ec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.16](https://github.com/marcocesarato/react-native-big-list/compare/v1.3.15...v1.3.16) (2021-07-21)
6+
7+
8+
### Bug Fixes
9+
10+
* 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)
11+
512
## [1.3.15](https://github.com/marcocesarato/react-native-big-list/compare/v1.3.14...v1.3.15) (2021-06-29)
613

714

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

355362

356363
---
357-

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