From a1e284a8df059ae7d9e30bbf4841b218727a7a76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Feb 2023 15:18:23 +0000 Subject: [PATCH] chore(release): 9.1.2 [skip ci] ### [9.1.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v9.1.1...v9.1.2) (2023-02-22) ### Bug Fixes * **banner, android:** support props for multiple view instances ([8c61e8b](https://github.com/invertase/react-native-google-mobile-ads/commit/8c61e8bc226cbaa0102abba9dd72697d69166242)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cd4ea6..fe16c398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [9.1.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v9.1.1...v9.1.2) (2023-02-22) + + +### Bug Fixes + +* **banner, android:** support props for multiple view instances ([8c61e8b](https://github.com/invertase/react-native-google-mobile-ads/commit/8c61e8bc226cbaa0102abba9dd72697d69166242)) + ### [9.1.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v9.1.0...v9.1.1) (2023-01-22) diff --git a/package.json b/package.json index 5032cf8c..323ea3db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "9.1.1", + "version": "9.1.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",