Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 15, 2022
1 parent 72167d2 commit 5992da1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.5.0](https://github.com/marcocesarato/react-native-big-list/compare/v1.4.3...v1.5.0) (2022-01-15)


### Features

* custom scroll view component ([0c7f425](https://github.com/marcocesarato/react-native-big-list/commit/0c7f425bcc7f25c80514414b1ff50473adb63848))

### [1.4.3](https://github.com/marcocesarato/react-native-big-list/compare/v1.4.2...v1.4.3) (2021-09-30)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-big-list",
"version": "1.4.3",
"version": "1.5.0",
"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 Expand Up @@ -87,7 +87,7 @@
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.7.2",
"prop-types": "^15.7.2"
},
"bit": {
"env": {},
Expand Down

0 comments on commit 5992da1

Please sign in to comment.