From a5e4d3a782f933f613c0e13bf2f7135b12ee7a0b Mon Sep 17 00:00:00 2001 From: Andrew Sotiriou Date: Fri, 27 May 2022 10:37:47 -0400 Subject: [PATCH] Release 2 1 6 (#31) * update packageJSON version * Update changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e90839..b1aba78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [2.1.6](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.5...v2.1.6) (2022-05-27) + +* negative viewable threshold update ([30] (https://github.com/apartmenttherapy/react-gpt/pull/30)) + + ## [2.1.5](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.4...v2.1.5) (2022-05-16) diff --git a/package.json b/package.json index 11aff36..8414b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.5", + "version": "2.1.6", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js",