From e18c692e8fbc6c92b1d470c397494af6aefd0d63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Aug 2022 05:04:45 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/leopardslab/react-email/compare/v1.11.0...v1.12.0) (2022-08-22) ### Features * **theme:** add Theme support ([#89](https://github.com/leopardslab/react-email/issues/89)) ([05544f5](https://github.com/leopardslab/react-email/commit/05544f55b46951dc2e2cd4b287e245d1c1d5d9eb)), closes [#88](https://github.com/leopardslab/react-email/issues/88) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c42d8..1fe18ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/leopardslab/react-email/compare/v1.11.0...v1.12.0) (2022-08-22) + + +### Features + +* **theme:** add Theme support ([#89](https://github.com/leopardslab/react-email/issues/89)) ([05544f5](https://github.com/leopardslab/react-email/commit/05544f55b46951dc2e2cd4b287e245d1c1d5d9eb)), closes [#88](https://github.com/leopardslab/react-email/issues/88) + # [1.11.0](https://github.com/leopardslab/react-email/compare/v1.10.0...v1.11.0) (2022-08-21) diff --git a/package.json b/package.json index b6874b4..a2f82ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.11.0", + "version": "1.12.0", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",