From df55766f9524d70a3a9fe87356a60283daebe70e Mon Sep 17 00:00:00 2001 From: Andrew Sotiriou Date: Thu, 2 May 2024 13:33:45 -0400 Subject: [PATCH] Fix issue (#48) --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/index.js | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc7807..84368ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [2.1.15](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.14...v2.1.15) (2024-05-02) + +* fix issue ([48] https://github.com/apartmenttherapy/react-gpt/pull/48)) + ## [2.1.14](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.13...v2.1.14) (2024-05-02) diff --git a/package.json b/package.json index 8e8b30d..d79a914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.1.14", + "version": "2.1.15", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js", diff --git a/src/index.js b/src/index.js index 4495a8d..f734c30 100644 --- a/src/index.js +++ b/src/index.js @@ -1,2 +1,2 @@ export {default as Bling} from "./Bling"; -export {default as Events} from "./Events"; +export {Events} from "./oneFile";