diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bb819..1c3d5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.2](https://github.com/leopardslab/react-email/compare/v1.15.1...v1.15.2) (2022-09-11) + + +### Bug Fixes + +* **exports:** add missing exports ([#111](https://github.com/leopardslab/react-email/issues/111)) ([ca059c4](https://github.com/leopardslab/react-email/commit/ca059c407f31147d8f110d2900030ab6b8bec6d3)), closes [#110](https://github.com/leopardslab/react-email/issues/110) + ## [1.15.1](https://github.com/leopardslab/react-email/compare/v1.15.0...v1.15.1) (2022-09-10) diff --git a/package.json b/package.json index f33abfa..e184b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.15.1", + "version": "1.15.2", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",