Skip to content

Commit d4aea35

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2022-09-09) ### Features * **button:** default stylings for styled-button ([#104](#104)) ([308cf4c](308cf4c)), closes [#98](#98) * **validateemail:** add and export validateEmail function ([#103](#103)) ([a400b31](a400b31)), closes [#97](#97)
1 parent 308cf4c commit d4aea35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.13.0](https://github.com/leopardslab/react-email/compare/v1.12.0...v1.13.0) (2022-09-09)
2+
3+
4+
### Features
5+
6+
* **button:** default stylings for styled-button ([#104](https://github.com/leopardslab/react-email/issues/104)) ([308cf4c](https://github.com/leopardslab/react-email/commit/308cf4c46b14df6022bec0127cdfe1ff716135c5)), closes [#98](https://github.com/leopardslab/react-email/issues/98)
7+
* **validateemail:** add and export validateEmail function ([#103](https://github.com/leopardslab/react-email/issues/103)) ([a400b31](https://github.com/leopardslab/react-email/commit/a400b312ca7cc9891df0908930d40be876c5215a)), closes [#97](https://github.com/leopardslab/react-email/issues/97)
8+
19
# [1.12.0](https://github.com/leopardslab/react-email/compare/v1.11.0...v1.12.0) (2022-08-22)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leopardslab/react-email",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "React-based component and utility methods-based lightweight library to provide a common interface for email building",
55
"author": {
66
"name": "Leopards Lab",

0 commit comments

Comments
 (0)