Skip to content

Commit

Permalink
Fix issue (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-sotiriou committed May 2, 2024
1 parent 6ed706d commit df55766
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="2.1.15"></a>
## [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))

<a name="2.1.14"></a>
## [2.1.14](https://github.com/apartmenttherapy/react-gpt/compare/v2.1.13...v2.1.14) (2024-05-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export {default as Bling} from "./Bling";
export {default as Events} from "./Events";
export {Events} from "./oneFile";

0 comments on commit df55766

Please sign in to comment.