From 4ce5f8716bb131ce23a501810762c58493e1d581 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 May 2022 20:16:19 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] ## [6.2.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.1.0...v6.2.0) (2022-05-04) ### Features * add inline adaptive banners support ([b0f084e](https://github.com/invertase/react-native-google-mobile-ads/commit/b0f084e8a25b3faa7e671022140d4b75bb61a6ac)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cd91c7..d849c95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.2.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.1.0...v6.2.0) (2022-05-04) + + +### Features + +* add inline adaptive banners support ([b0f084e](https://github.com/invertase/react-native-google-mobile-ads/commit/b0f084e8a25b3faa7e671022140d4b75bb61a6ac)) + ## [6.1.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v6.0.1...v6.1.0) (2022-04-29) diff --git a/package.json b/package.json index ad634625..1a38b8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "6.1.0", + "version": "6.2.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",