diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad3abef..4714d59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,17 @@ Headers are one of: - `Added`, `Changed`, `Removed`, `Fixed` or `Breaking`. +## [2.1.9] + +### Added + +- feat: add text1Style and text2Style to ToastOptions [#479](https://github.com/calintamas/react-native-toast-message/pull/479) + ## [2.1.8] ### Fixed -- Type update: add 'success', 'error' and 'info' to ToastType (#510)(https://github.com/calintamas/react-native-toast-message/pull/510) +- Type update: add 'success', 'error' and 'info' to ToastType [#510](https://github.com/calintamas/react-native-toast-message/pull/510) ## [2.1.7] diff --git a/package.json b/package.json index 81135fe6..b2059e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-toast-message", - "version": "2.1.8", + "version": "2.1.9", "description": "Toast message component for React Native", "main": "./lib/index.js", "types": "./lib/index.d.ts",