From 1ef7fa326e6ade186bf2e79ae437de182216b481 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Apr 2022 23:53:21 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] ## [5.1.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v5.0.1...v5.1.0) (2022-04-16) ### Features * **consent:** add method that returns consent choices ([be967bd](https://github.com/invertase/react-native-google-mobile-ads/commit/be967bda774662379c012a7f06f0b2c40cfb2291)) * hooks for all full screen ad types ([#100](https://github.com/invertase/react-native-google-mobile-ads/issues/100)) ([0bd7ce8](https://github.com/invertase/react-native-google-mobile-ads/commit/0bd7ce89f4c7b6d22a04f658de991f89af83069f)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4eb6ec..037e16dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.1.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v5.0.1...v5.1.0) (2022-04-16) + + +### Features + +* **consent:** add method that returns consent choices ([be967bd](https://github.com/invertase/react-native-google-mobile-ads/commit/be967bda774662379c012a7f06f0b2c40cfb2291)) +* hooks for all full screen ad types ([#100](https://github.com/invertase/react-native-google-mobile-ads/issues/100)) ([0bd7ce8](https://github.com/invertase/react-native-google-mobile-ads/commit/0bd7ce89f4c7b6d22a04f658de991f89af83069f)) + ### [5.0.1](https://github.com/invertase/react-native-google-mobile-ads/compare/v5.0.0...v5.0.1) (2022-04-01) diff --git a/package.json b/package.json index 4cdfb506..7eb3311d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "5.0.1", + "version": "5.1.0", "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",