diff --git a/CHANGELOG.md b/CHANGELOG.md index d56acc6a..b025d6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Headers are one of: - `Added`, `Changed`, `Removed` or `Fixed`. +## [1.4.2] + +### Fixed + +- Fix `onPress` handler for custom components, fixes [#113](https://github.com/calintamas/react-native-toast-message/issues/113) + ## [1.4.1] ### Fixed diff --git a/package.json b/package.json index dbbf314a..ec55434a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-toast-message", - "version": "1.4.1", + "version": "1.4.2", "description": "Toast message component for React Native", "main": "index.js", "scripts": {