From a175219ef50fe65aa1ff35312e904e2d20680e4e Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Tue, 5 Feb 2019 12:54:53 -0500 Subject: [PATCH] (release) 2.1.1 (#17) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83a3e4..50c887e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.1.1](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.0...v2.1.1) (2019-02-05) + + +### Performance Improvements + +* Use googletag.cmd.push instead of timeout to process queue ([#16](https://github.com/apartmenttherapy/react-gpt/issues/16)) ([5af9ce7](https://github.com/apartmenttherapy/react-gpt/commit/5af9ce7)) + + + # [2.1.0](https://github.com/apartmenttherapy/react-gpt/compare/v2.0.3...v2.1.0) (2019-01-28) diff --git a/package.json b/package.json index 721b1d1..b4c3c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.0", + "version": "2.1.1", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js",