Skip to content

Commit 10832bd

Browse files
committed
chore: release v2.1.8
1 parent 58d77ad commit 10832bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Headers are one of:
99

1010
- `Added`, `Changed`, `Removed`, `Fixed` or `Breaking`.
1111

12+
## [2.1.8]
13+
14+
### Fixed
15+
16+
- Type update: add 'success', 'error' and 'info' to ToastType (#510)(https://github.com/calintamas/react-native-toast-message/pull/510)
17+
1218
## [2.1.7]
1319

1420
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-toast-message",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "Toast message component for React Native",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)