From fb7a840472de20e3222663b7264f33906c23c2c4 Mon Sep 17 00:00:00 2001 From: Helena Ford Date: Wed, 26 Jan 2022 15:35:08 +0000 Subject: [PATCH] chore: release notes 4.1.0 --- docs/react-native/docs/release-notes.md | 4 +++- packages/react-native/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/react-native/docs/release-notes.md b/docs/react-native/docs/release-notes.md index 65acaf0e..96167117 100644 --- a/docs/react-native/docs/release-notes.md +++ b/docs/react-native/docs/release-notes.md @@ -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)). diff --git a/packages/react-native/package.json b/packages/react-native/package.json index c3a6c4a2..19f997bd 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "4.0.1", + "version": "4.1.0", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",