diff --git a/CHANGELOG.md b/CHANGELOG.md index 5102bd3..ee48e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.14.0](https://github.com/leopardslab/react-email/compare/v1.13.0...v1.14.0) (2022-09-09) + + +### Features + +* **link:** default styles for link ([#105](https://github.com/leopardslab/react-email/issues/105)) ([d830fec](https://github.com/leopardslab/react-email/commit/d830fec4ffd2347a8d0e6f4633da7147eee23263)), closes [#99](https://github.com/leopardslab/react-email/issues/99) +* **quote:** default styles for quote ([#107](https://github.com/leopardslab/react-email/issues/107)) ([a35fdbb](https://github.com/leopardslab/react-email/commit/a35fdbb526fd45a9af880058a350b1cf7e86f0e2)), closes [#101](https://github.com/leopardslab/react-email/issues/101) + # [1.13.0](https://github.com/leopardslab/react-email/compare/v1.12.0...v1.13.0) (2022-09-09) diff --git a/package.json b/package.json index c527d5c..0e2ccc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.13.0", + "version": "1.14.0", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",