From 91f4755d26f5bcd675abc25e4699b2915738bff3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jan 2025 16:44:16 +0000 Subject: [PATCH] chore(release): 14.8.1 [skip ci] ### [14.8.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.8.0...v14.8.1) (2025-01-23) ### Bug Fixes * **ios:** register asset view properly in old arch ([b1ea6c1](https://github.com/invertase/react-native-google-mobile-ads/commit/b1ea6c1046546508c90238b2c61cf4251d2c07db)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3255ec81..c3a4ea73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [14.8.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.8.0...v14.8.1) (2025-01-23) + + +### Bug Fixes + +* **ios:** register asset view properly in old arch ([b1ea6c1](https://github.com/invertase/react-native-google-mobile-ads/commit/b1ea6c1046546508c90238b2c61cf4251d2c07db)) + ## [14.8.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.7.2...v14.8.0) (2024-12-30) diff --git a/package.json b/package.json index c2bb1701..ddf5f861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "14.8.0", + "version": "14.8.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",