From 58a2a052991b540e78726dcb0c545a48f26ce722 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Sep 2022 15:24:25 +0000 Subject: [PATCH] chore(release): 1.15.1 [skip ci] ## [1.15.1](https://github.com/leopardslab/react-email/compare/v1.15.0...v1.15.1) (2022-09-10) ### Bug Fixes * **defaulthtml:** fix defaultHTML ([#109](https://github.com/leopardslab/react-email/issues/109)) ([d24426d](https://github.com/leopardslab/react-email/commit/d24426ddaa37dd8dff99324fdaca0ae9bc64bcdf)), closes [#108](https://github.com/leopardslab/react-email/issues/108) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb293d5..c6bb819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.1](https://github.com/leopardslab/react-email/compare/v1.15.0...v1.15.1) (2022-09-10) + + +### Bug Fixes + +* **defaulthtml:** fix defaultHTML ([#109](https://github.com/leopardslab/react-email/issues/109)) ([d24426d](https://github.com/leopardslab/react-email/commit/d24426ddaa37dd8dff99324fdaca0ae9bc64bcdf)), closes [#108](https://github.com/leopardslab/react-email/issues/108) + # [1.15.0](https://github.com/leopardslab/react-email/compare/v1.14.0...v1.15.0) (2022-09-09) diff --git a/package.json b/package.json index bda8312..f33abfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leopardslab/react-email", - "version": "1.15.0", + "version": "1.15.1", "description": "React-based component and utility methods-based lightweight library to provide a common interface for email building", "author": { "name": "Leopards Lab",