From f00a8e2702ea980455362ac18f84080093dcf32d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Dec 2024 01:33:51 +0000 Subject: [PATCH] chore(release): 9.1.8 [skip ci] ## [9.1.8](https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.7...@notifee/react-native@9.1.8) (2024-12-20) ### Bug Fixes * **android:** prevent headless task double-invocation ([a799167](https://github.com/invertase/notifee/commit/a79916748f53ea7cdd66d60ba9054472aabc050b)) --- docs/react-native/release-notes.mdx | 6 ++++++ packages/react-native/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/react-native/release-notes.mdx b/docs/react-native/release-notes.mdx index 7556e84b..63a6c194 100644 --- a/docs/react-native/release-notes.mdx +++ b/docs/react-native/release-notes.mdx @@ -3,6 +3,12 @@ title: Releases description: Notifee API releases --- +## [9.1.8](https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.7...@notifee/react-native@9.1.8) (2024-12-20) + +### Bug Fixes + +* **android:** prevent headless task double-invocation ([a799167](https://github.com/invertase/notifee/commit/a79916748f53ea7cdd66d60ba9054472aabc050b)) + ## [9.1.7](https://github.com/invertase/notifee/compare/@notifee/react-native@9.1.6...@notifee/react-native@9.1.7) (2024-12-17) ### Bug Fixes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index e4bdc3fa..bde0c117 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@notifee/react-native", - "version": "9.1.7", + "version": "9.1.8", "author": "Invertase (http://invertase.io)", "description": "Notifee - a feature rich notifications library for React Native.", "main": "dist/index.js",