diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a19c6..53f76f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.15](https://github.com/KijijiCA/react-advertising/compare/v4.2.14...v4.2.15) (2025-01-02) + + +### Bug Fixes + +* googletag.display errors when ad slot not in DOM ([#142](https://github.com/KijijiCA/react-advertising/issues/142)) ([3e9615b](https://github.com/KijijiCA/react-advertising/commit/3e9615bc2f3eb187d72674afe67c4be1dea1b4e3)) + ## [4.2.14](https://github.com/KijijiCA/react-advertising/compare/v4.2.13...v4.2.14) (2024-08-28) diff --git a/package.json b/package.json index 4647a4e..198a958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-advertising", - "version": "4.2.14", + "version": "4.2.15", "description": "Library for display ads in React applications", "main": "lib/index.js", "unpkg": "dist/react-advertising.min.js",