diff --git a/CHANGELOG.md b/CHANGELOG.md index b1aba78..350c306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [2.1.7](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.6...v2.1.7) (2023-03-03) + +* update to React 17 ([32] (https://github.com/apartmenttherapy/react-gpt/pull/32)) + ## [2.1.6](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.5...v2.1.6) (2022-05-27) diff --git a/package.json b/package.json index bd367cc..f29b5f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.6", + "version": "2.1.7", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js",