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";