From 872d224a1055b5bb0c8d3b6264c2e2cd1d57e19d Mon Sep 17 00:00:00 2001 From: Ilya Petrosyan Date: Thu, 9 Jun 2022 17:39:53 +0300 Subject: [PATCH] Update version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162aac9..c66c559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 3.0.2 +- Fix for [#43](https://github.com/voximplant/react-native-foreground-service/issues/43): application is crashed when running on iOS +- Fix for [#36](https://github.com/voximplant/react-native-foreground-service/issues/36): application build error on android targeting api 31+ + ### 3.0.1 - Fix: Reference error on action button click if there are no handlers for this event diff --git a/package.json b/package.json index 41a93cc..c955c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voximplant/react-native-foreground-service", - "version": "3.0.1", + "version": "3.0.2", "description": "React native module to start foreground service on android", "main": "index.js", "scripts": {