From a0cec00156f0db9eccd54942d783c7844964d2b1 Mon Sep 17 00:00:00 2001 From: Andrew Sotiriou Date: Thu, 24 Feb 2022 12:03:49 -0500 Subject: [PATCH] update changelog and version in package.json (#25) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2fb67..37d0f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [2.1.3](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.2...v2.1.3) (2022-02-24) + +* Remove deprecated ContentService ([23] (https://github.com/apartmenttherapy/react-gpt/pull/23)) + ## [2.1.2](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.1...v2.1.2) (2022-02-22) diff --git a/package.json b/package.json index ee85ff0..ef2eaac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.2", + "version": "2.1.3", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js",