diff --git a/CHANGELOG.md b/CHANGELOG.md index 88484b4..50acd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.12](https://github.com/KijijiCA/react-advertising/compare/v4.2.11...v4.2.12) (2024-07-10) + + +### Bug Fixes + +* remove defaultprops ([#137](https://github.com/KijijiCA/react-advertising/issues/137)) ([7771da4](https://github.com/KijijiCA/react-advertising/commit/7771da466bd7ada7a88ea91e99ee2e17058b7b9f)) + ## [4.2.11](https://github.com/KijijiCA/react-advertising/compare/v4.2.10...v4.2.11) (2024-02-08) diff --git a/package.json b/package.json index 39ed4c1..52858d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-advertising", - "version": "4.2.11", + "version": "4.2.12", "description": "Library for display ads in React applications", "main": "lib/index.js", "unpkg": "dist/react-advertising.min.js",