diff --git a/CHANGELOG.md b/CHANGELOG.md index 242a21f2..a2dfa057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [13.0.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v13.0.1...v13.0.2) (2024-03-05) + + +### Bug Fixes + +* TestIds.ADAPTIVE_BANNER undefined type error ([ffbc7b1](https://github.com/invertase/react-native-google-mobile-ads/commit/ffbc7b1d4b667c629f578b17020f99bbb1512a00)) + ### [13.0.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v13.0.0...v13.0.1) (2024-02-22) diff --git a/package.json b/package.json index 33cd1d55..673415b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "13.0.1", + "version": "13.0.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",