Skip to content

Commit

Permalink
chore(release): 12.1.2 [skip ci]
Browse files Browse the repository at this point in the history
### [12.1.2](v12.1.1...v12.1.2) (2023-09-11)

### Bug Fixes

* **android:** crash when activity context not available ([7c89579](7c89579))
* **android:** race condition getting current activity ([b3a09e1](b3a09e1))
  • Loading branch information
semantic-release-bot committed Sep 11, 2023
1 parent b3a09e1 commit c389391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [12.1.2](https://github.com/invertase/react-native-google-mobile-ads/compare/v12.1.1...v12.1.2) (2023-09-11)


### Bug Fixes

* **android:** crash when activity context not available ([7c89579](https://github.com/invertase/react-native-google-mobile-ads/commit/7c8957907f3237ebf245e9871e625868d1d77e25))
* **android:** race condition getting current activity ([b3a09e1](https://github.com/invertase/react-native-google-mobile-ads/commit/b3a09e1f77627af7f2cbeb9bdee22541165992a8))

### [12.1.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v12.1.0...v12.1.1) (2023-09-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-google-mobile-ads",
"version": "12.1.1",
"version": "12.1.2",
"author": "Invertase <[email protected]> (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",
Expand Down

0 comments on commit c389391

Please sign in to comment.