Skip to content

Commit 122bb93

Browse files
committed
chore(release): 4.1.0
1 parent d7e34f4 commit 122bb93

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [4.1.0](https://github.com/Purii/react-native-tableview-simple/compare/v4.0.0...v4.1.0) (2020-06-21)
6+
7+
### Features
8+
9+
- **ts:** export interface THEME_APPEARANCE ([996efeb](https://github.com/Purii/react-native-tableview-simple/commit/996efeb939e5509231df5adbedec7769ee299035))
10+
511
## [4.0.0](https://github.com/Purii/react-native-tableview-simple/compare/v3.2.0...v4.0.0) (2020-06-21)
612

713
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-tableview-simple",
33
"description": "React Native component for TableView made with pure CSS",
44
"homepage": "https://github.com/Purii/react-native-tableview-simple",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"author": "Patrick Puritscher <hello@patrickpuritscher.com>",
77
"scripts": {
88
"clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",

0 commit comments

Comments
 (0)