From 2efdce6e5c5adcbe1d27bfc22ab97fdac68352d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Dec 2024 02:36:41 +0000 Subject: [PATCH] chore(release): 9.1.5 [skip ci] ## [9.1.5](https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.4...@notifee/react-native@9.1.5) (2024-12-17) ### Bug Fixes * **android:** semantic-release test commit ([cf5c7a9](https://github.com/invertase/notifee/commit/cf5c7a9b5b9c14046ffa6e5ea04c54157e9aff42)) --- docs-react-native/react-native/docs/release-notes.md | 6 ++++++ packages/react-native/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md index 2c759fa2..a5e9cc9e 100644 --- a/docs-react-native/react-native/docs/release-notes.md +++ b/docs-react-native/react-native/docs/release-notes.md @@ -5,6 +5,12 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## [9.1.5](https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.4...@notifee/react-native@9.1.5) (2024-12-17) + +### Bug Fixes + +* **android:** semantic-release test commit ([cf5c7a9](https://github.com/invertase/notifee/commit/cf5c7a9b5b9c14046ffa6e5ea04c54157e9aff42)) + ## 9.1.4 - fix(android): fix another new architecture issue via elimination of race condition between headlessJS task and react-native background startup that resulted in null ReactContext (#1176) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3c930db8..146f45a2 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "9.1.4", + "version": "9.1.5", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",