Skip to content

Commit 5992da1

Browse files
committed
chore(release): 1.5.0
1 parent 72167d2 commit 5992da1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.5.0](https://github.com/marcocesarato/react-native-big-list/compare/v1.4.3...v1.5.0) (2022-01-15)
6+
7+
8+
### Features
9+
10+
* custom scroll view component ([0c7f425](https://github.com/marcocesarato/react-native-big-list/commit/0c7f425bcc7f25c80514414b1ff50473adb63848))
11+
512
### [1.4.3](https://github.com/marcocesarato/react-native-big-list/compare/v1.4.2...v1.4.3) (2021-09-30)
613

714
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-big-list",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
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",
@@ -87,7 +87,7 @@
8787
"react-native": "*"
8888
},
8989
"dependencies": {
90-
"prop-types": "^15.7.2",
90+
"prop-types": "^15.7.2"
9191
},
9292
"bit": {
9393
"env": {},

0 commit comments

Comments
 (0)