diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbc631a..d359513d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [4.2.1](https://github.com/Purii/react-native-tableview-simple/compare/v4.2.0...v4.2.1) (2020-12-21) + +### Bug Fixes + +- **tableview:** render correct appearance [#425](https://github.com/Purii/react-native-tableview-simple/issues/425) ([f7dcf49](https://github.com/Purii/react-native-tableview-simple/commit/f7dcf495f2165a1238807ffc1abe0b5e9a870a8f)) + ## [4.2.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.1.0...v4.2.0) (2020-09-09) ### Features diff --git a/package.json b/package.json index 79f2ba7e..d998bc94 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-tableview-simple", "description": "React Native component for TableView made with pure CSS", "homepage": "https://github.com/Purii/react-native-tableview-simple", - "version": "4.2.0", + "version": "4.2.1", "author": "Patrick Puritscher ", "scripts": { "clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",