From 6734a0253c8afdf26d7220f6d8fad171e20ac77c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Aug 2022 05:33:40 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/leopardslab/react-email/compare/v1.8.0...v1.9.0) (2022-08-07) ### Features * **component:** add Quote component ([#82](https://github.com/leopardslab/react-email/issues/82)) ([5a1a269](https://github.com/leopardslab/react-email/commit/5a1a269d56424c13cf7346a01ad213fbcfbb8778)), closes [#76](https://github.com/leopardslab/react-email/issues/76) [#76](https://github.com/leopardslab/react-email/issues/76) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c716d..d563222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/leopardslab/react-email/compare/v1.8.0...v1.9.0) (2022-08-07) + + +### Features + +* **component:** add Quote component ([#82](https://github.com/leopardslab/react-email/issues/82)) ([5a1a269](https://github.com/leopardslab/react-email/commit/5a1a269d56424c13cf7346a01ad213fbcfbb8778)), closes [#76](https://github.com/leopardslab/react-email/issues/76) [#76](https://github.com/leopardslab/react-email/issues/76) + # [1.8.0](https://github.com/leopardslab/react-email/compare/v1.7.1...v1.8.0) (2022-08-07) diff --git a/package.json b/package.json index b0df577..ade754d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.8.0", + "version": "1.9.0", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",