From a813ef7c04664bab242493e28db9c9a3556bc2f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Mar 2022 17:48:07 +0000 Subject: [PATCH] chore(release): 2.6.6 [skip ci] ## [2.6.6](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.5...v2.6.6) (2022-03-22) ### Bug Fixes * Fix creation of multiple tasks ([#124](https://github.com/Rapsssito/react-native-background-actions/issues/124)) ([df268bd](https://github.com/Rapsssito/react-native-background-actions/commit/df268bd024c876b3d8499690417db341706bf5ec)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8e999..3b0fe76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.6](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.5...v2.6.6) (2022-03-22) + + +### Bug Fixes + +* Fix creation of multiple tasks ([#124](https://github.com/Rapsssito/react-native-background-actions/issues/124)) ([df268bd](https://github.com/Rapsssito/react-native-background-actions/commit/df268bd024c876b3d8499690417db341706bf5ec)) + ## [2.6.5](https://github.com/Rapsssito/react-native-background-actions/compare/v2.6.4...v2.6.5) (2021-10-15) diff --git a/package.json b/package.json index 20b17e1..15e6726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-actions", - "version": "2.6.5", + "version": "2.6.6", "description": "React Native background service library for running background tasks forever in Android & iOS", "keywords": [ "react-native",