Skip to content

Commit

Permalink
chore(release): 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Mar 26, 2021
1 parent 0efd19e commit e9956e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

## [4.3.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.2.1...v4.3.0) (2021-03-26)


### Features

* add prop children in cell component ([#497](https://github.com/Purii/react-native-tableview-simple/issues/497)) ([4bd400e](https://github.com/Purii/react-native-tableview-simple/commit/4bd400e121a350f6f2cc710c5dea749e998d373d))

### [4.2.1](https://github.com/Purii/react-native-tableview-simple/compare/v4.2.0...v4.2.1) (2020-12-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "4.3.0",
"author": "Patrick Puritscher <[email protected]>",
"scripts": {
"clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",
Expand Down

0 comments on commit e9956e5

Please sign in to comment.