From f443313df2e7f31e21bd9b43be1f831fc92443ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Dec 2021 23:33:37 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] ## [3.2.0](https://github.com/invertase/react-native-google-ads/compare/v3.1.0...v3.2.0) (2021-12-13) ### Features * expose native SDK initialize methods as new `initialize` API ([#40](https://github.com/invertase/react-native-google-ads/issues/40)) ([3689b1f](https://github.com/invertase/react-native-google-ads/commit/3689b1f91f7e979792dce9021619154e5961fa02)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e77aaf..75774bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.0](https://github.com/invertase/react-native-google-ads/compare/v3.1.0...v3.2.0) (2021-12-13) + + +### Features + +* expose native SDK initialize methods as new `initialize` API ([#40](https://github.com/invertase/react-native-google-ads/issues/40)) ([3689b1f](https://github.com/invertase/react-native-google-ads/commit/3689b1f91f7e979792dce9021619154e5961fa02)) + ## [3.1.0](https://github.com/invertase/react-native-google-ads/compare/v3.0.0...v3.1.0) (2021-12-13) diff --git a/package.json b/package.json index a2430319..760df2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@invertase/react-native-google-ads", - "version": "3.1.0", + "version": "3.2.0", "author": "Invertase (http://invertase.io)", "description": "React Native Google Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/index.js",