diff --git a/CHANGELOG.md b/CHANGELOG.md index 18af0b7..febadcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [3.0.0](https://github.com/zanechua/react-native-search-list/compare/v2.4.3...v3.0.0) (2021-06-23) + + +### ⚠ BREAKING CHANGES + +* Add ability to change the search key in datasource, a lot of refactoring for customisation + +### Features + +* Add ability to change the search key in datasource, a lot of refactoring for customisation ([3440f08](https://github.com/zanechua/react-native-search-list/commit/3440f089a7639640e74077c34f3861a184dd0436)) + + +### Bug Fixes + +* Placeholder text color, remove unused component ([45fa53c](https://github.com/zanechua/react-native-search-list/commit/45fa53c116379a72a938d7187e0c9d889277e355)) + + +### Maintenance + +* Lint files ([f76d51c](https://github.com/zanechua/react-native-search-list/commit/f76d51c88ed9068179e7e1dd155e1ed9cd073d40)) +* Update example ([2d2f376](https://github.com/zanechua/react-native-search-list/commit/2d2f3768e4853c25ad7b88729a1c4b2ece043835)) +* Update packages ([c3d8214](https://github.com/zanechua/react-native-search-list/commit/c3d82144dcf6d2818dfcb752b40f2a896540f9b7)) + ### [2.4.3](https://github.com/zanechua/react-native-search-list/compare/v2.4.2...v2.4.3) (2021-06-21) diff --git a/package.json b/package.json index c856b91..7ca5445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-search-list", - "version": "2.4.3", + "version": "3.0.0", "description": "react native component for search list view", "main": "src/index.js", "scripts": {