Skip to content

Commit 60d6e2d

Browse files
chore(release): 15.4.2 [skip ci]
### [15.4.2](v15.4.1...v15.4.2) (2025-08-19) ### Bug Fixes * **android:** native ad enum bindings (split from [#782](#782)) ([574c479](574c479)) * **iOS:** wrong property being extracted in native ad (split from [#782](#782)) ([8a6a13d](8a6a13d)) * passing native ad request options to native side (split from [#782](#782)) ([d6ef5e2](d6ef5e2))
1 parent d6ef5e2 commit 60d6e2d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [15.4.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v15.4.1...v15.4.2) (2025-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** native ad enum bindings (split from [#782](https://github.com/invertase/react-native-google-mobile-ads/issues/782)) ([574c479](https://github.com/invertase/react-native-google-mobile-ads/commit/574c479b0f4626b0b77ecd92f51274efabffca75))
7+
* **iOS:** wrong property being extracted in native ad (split from [#782](https://github.com/invertase/react-native-google-mobile-ads/issues/782)) ([8a6a13d](https://github.com/invertase/react-native-google-mobile-ads/commit/8a6a13d3c075626520acd151d80f4dcecabd3e97))
8+
* passing native ad request options to native side (split from [#782](https://github.com/invertase/react-native-google-mobile-ads/issues/782)) ([d6ef5e2](https://github.com/invertase/react-native-google-mobile-ads/commit/d6ef5e24013272757f84672b671641e032b5fcf7))
9+
110
### [15.4.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v15.4.0...v15.4.1) (2025-08-18)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-mobile-ads",
3-
"version": "15.4.1",
3+
"version": "15.4.2",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
66
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)