Skip to content

Commit

Permalink
chore: release notes 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helenaford committed Jan 26, 2022
1 parent ed22c8f commit fb7a840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/react-native/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---

## 4.0.2 (Pending)
## 4.1.0
- **[Android]**: Add support to set `largeIcon` for `AndroidStyle.BIGPICTURE` to null (Fixes [#270](https://github.com/invertase/notifee/issues/270))
- **[Android]**: Fixes an issue with Android 12 when tapping on a notification (Fixes [#250](https://github.com/invertase/notifee/issues/250))
- - **[Android]**: Fixes an issue with quick actions when an action is pressed where the notification drawer would remain open and the notification would remain in tray (Fixes [#276](https://github.com/invertase/notifee/issues/276))

## 4.0.1
- **[Android]**: Fixes an issue with repeating trigger notifications where the next notification was scheduled at the incorrect time, causing the notification to infinitely display (Fixes [#252](https://github.com/invertase/notifee/issues/252)).
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notifee/react-native",
"version": "4.0.1",
"version": "4.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "Notifee - a feature rich notifications library for React Native.",
"main": "dist/index.js",
Expand Down

0 comments on commit fb7a840

Please sign in to comment.