From 42e7ec6912166797411da7c7b13b06fae0db3530 Mon Sep 17 00:00:00 2001 From: Engywook2005 Date: Mon, 16 May 2022 16:20:29 -0400 Subject: [PATCH 1/2] Changed version and updated changelog --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eeb8d9..0e90839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [2.1.5](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.4...v2.1.5) (2022-05-16) + +* negative viewable threshold ([28] (https://github.com/apartmenttherapy/react-gpt/pull/28)) + ## [2.1.4](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.3...v2.1.4) (2022-05-03) diff --git a/package.json b/package.json index 9554599..7e6ef6c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.4", + "version": "2.1.5", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", - "jsnext:main": "es/index.js", + "jsnext:main": "es/indegit x.js", "contributors": [ { "name": "NFL Engineering and AT Media" From 895cf62ee181f371fee10cacc55cbd022026aa4f Mon Sep 17 00:00:00 2001 From: Engywook2005 Date: Mon, 16 May 2022 16:25:25 -0400 Subject: [PATCH 2/2] Fixed typo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6ef6c..11aff36 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.1.5", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", - "jsnext:main": "es/indegit x.js", + "jsnext:main": "es/index.js", "contributors": [ { "name": "NFL Engineering and AT Media"