Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Sep 9, 2020
1 parent 251e128 commit a57b71b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.1.0...v4.2.0) (2020-09-09)

### Features

- **tableview:** add style prop to tableview wrapper ([#315](https://github.com/Purii/react-native-tableview-simple/issues/315)) ([119a11f](https://github.com/Purii/react-native-tableview-simple/commit/119a11f27c19fd53015d531f759ad472429336e9))

### Bug Fixes

- **test:** update snapshots ([251e128](https://github.com/Purii/react-native-tableview-simple/commit/251e128e3f0ba4868748bb1988e658efb94b900a))
- **types:** fix typings of local styles ([77928dc](https://github.com/Purii/react-native-tableview-simple/commit/77928dcb12236c8a1e53d4dfdfc5f2c043615c27))

## [4.1.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.0.0...v4.1.0) (2020-06-21)

### Features
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "4.2.0",
"author": "Patrick Puritscher <[email protected]>",
"scripts": {
"clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",
Expand Down Expand Up @@ -97,4 +97,4 @@
"standard-version": "^9.0.0",
"typescript": "^4.0.2"
}
}
}

0 comments on commit a57b71b

Please sign in to comment.