diff --git a/CHANGELOG.md b/CHANGELOG.md index d1add15..dfb2aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/leopardslab/react-email/compare/v1.3.2...v1.4.0) (2022-07-06) + + +### Features + +* **component:** Add Typography component ([#48](https://github.com/leopardslab/react-email/issues/48)) ([3a79c83](https://github.com/leopardslab/react-email/commit/3a79c838990c84e43666a0bcceccaccefb99ef9d)), closes [#41](https://github.com/leopardslab/react-email/issues/41) + ## [1.3.2](https://github.com/leopardslab/react-email/compare/v1.3.1...v1.3.2) (2022-07-06) diff --git a/package.json b/package.json index 659074c..7485d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.3.2", + "version": "1.4.0", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",