From 31d45a92c4d76ae97e2c2eae9a9191d74b831cfe Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Sun, 5 Jul 2020 20:47:47 +0000 Subject: [PATCH] chore(release): release packages - @react-native-firebase/admob@7.2.4 - @react-native-firebase/analytics@7.1.8 - @react-native-firebase/auth@8.0.10 - @react-native-firebase/crashlytics@8.0.3 - @react-native-firebase/database@7.2.7 - @react-native-firebase/dynamic-links@7.2.4 - @react-native-firebase/firestore@7.2.4 - @react-native-firebase/functions@7.1.8 - @react-native-firebase/iid@7.1.9 - @react-native-firebase/in-app-messaging@7.1.8 - @react-native-firebase/messaging@7.3.1 - @react-native-firebase/ml-natural-language@7.1.8 - @react-native-firebase/ml-vision@7.1.9 - @react-native-firebase/perf@7.1.8 - @react-native-firebase/remote-config@7.1.8 - @react-native-firebase/storage@7.1.8 - react-native-firebase-tests@8.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba19f16d9..2751cd20cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.3.0...@react-native-firebase/messaging@7.3.1) (2020-07-05) + +**Note:** Version bump only for package @react-native-firebase/messaging + # [7.3.0](https://github.com/invertase/react-native-firebase/compare/@react-native-firebase/messaging@7.2.1...@react-native-firebase/messaging@7.3.0) (2020-07-05) ### Features diff --git a/package.json b/package.json index 1ca9ee31e4..33eff558e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "7.3.0", + "version": "7.3.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.", "main": "lib/index.js",