From d438bf24e1caa479570772be8a78c35ac09cebe5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Apr 2024 07:16:51 +0000 Subject: [PATCH] chore(release): 13.2.0 [skip ci] ## [13.2.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v13.1.0...v13.2.0) (2024-04-03) ### Features * add FLUID size support ([c09a326](https://github.com/invertase/react-native-google-mobile-ads/commit/c09a3267ecfbedc9b7ad66f68967e480e9fe09ad)) ### Bug Fixes * android build error 'onAdLoaded' overrides nothing ([bd52c12](https://github.com/invertase/react-native-google-mobile-ads/commit/bd52c12b2c9edbf92a809f814a0c1b4ca8b3e492)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c67fe0..22771d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [13.2.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v13.1.0...v13.2.0) (2024-04-03) + + +### Features + +* add FLUID size support ([c09a326](https://github.com/invertase/react-native-google-mobile-ads/commit/c09a3267ecfbedc9b7ad66f68967e480e9fe09ad)) + + +### Bug Fixes + +* android build error 'onAdLoaded' overrides nothing ([bd52c12](https://github.com/invertase/react-native-google-mobile-ads/commit/bd52c12b2c9edbf92a809f814a0c1b4ca8b3e492)) + ## [13.1.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v13.0.2...v13.1.0) (2024-03-26) diff --git a/package.json b/package.json index bad58c60..9faeae2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "13.1.0", + "version": "13.2.0", "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",