Skip to content

Commit

Permalink
chore: release v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Dec 13, 2023
1 parent 3ae6f01 commit 50b52b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 50b52b8

Please sign in to comment.