From 1a4b0ebc57639fc608318d743557cf136c81c8d2 Mon Sep 17 00:00:00 2001 From: Star-dev325 Date: Tue, 10 May 2022 21:23:30 +0000 Subject: [PATCH] chore(release): 6.2.2 [skip ci] ### [6.2.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.2.1...v6.2.2) (2022-05-10) ### Bug Fixes * allow undefined configuration properties ([#138](https://github.com/invertase/react-native-google-mobile-ads/issues/138)) ([6a083fd](https://github.com/invertase/react-native-google-mobile-ads/commit/6a083fdb4687726784c1d497d3cce502c1d4f60a)) * batch banner ad prop update ([c6aea8b](https://github.com/invertase/react-native-google-mobile-ads/commit/c6aea8bf71bfd3a1275a1ffbc9d6011e8d5c9ae6)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b81b5..602e090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [6.2.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.2.1...v6.2.2) (2022-05-10) + + +### Bug Fixes + +* allow undefined configuration properties ([#138](https://github.com/invertase/react-native-google-mobile-ads/issues/138)) ([6a083fd](https://github.com/invertase/react-native-google-mobile-ads/commit/6a083fdb4687726784c1d497d3cce502c1d4f60a)) +* batch banner ad prop update ([c6aea8b](https://github.com/invertase/react-native-google-mobile-ads/commit/c6aea8bf71bfd3a1275a1ffbc9d6011e8d5c9ae6)) + ### [6.2.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.2.0...v6.2.1) (2022-05-06) diff --git a/package.json b/package.json index dd18631..41bb319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "6.2.1", + "version": "6.2.2", "author": "Invertase (http://invertase.io)", "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/commonjs/index.js",