From 1d181f1eab0f71f56cab08b6ec501d1cf5bc8158 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Nov 2024 23:15:54 +0000 Subject: [PATCH] chore(release): 14.3.1 [skip ci] ### [14.3.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.3.0...v14.3.1) (2024-11-13) ### Bug Fixes * **android:** disable coalescing of native events ([#646](https://github.com/invertase/react-native-google-mobile-ads/issues/646)) ([fce51b1](https://github.com/invertase/react-native-google-mobile-ads/commit/fce51b19477dda8e2bd2c4b3bcf29dacb36efd16)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb41d66..ecd6e912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [14.3.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.3.0...v14.3.1) (2024-11-13) + + +### Bug Fixes + +* **android:** disable coalescing of native events ([#646](https://github.com/invertase/react-native-google-mobile-ads/issues/646)) ([fce51b1](https://github.com/invertase/react-native-google-mobile-ads/commit/fce51b19477dda8e2bd2c4b3bcf29dacb36efd16)) + ## [14.3.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.2.5...v14.3.0) (2024-11-12) diff --git a/package.json b/package.json index 957044b3..360d3c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "14.3.0", + "version": "14.3.1", "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",