Skip to content

Commit 6e5608e

Browse files
authored
chore(render): Bump to v0.0.9 (#1010)
1 parent 616e6ac commit 6e5608e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/changelog.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ title: "Changelog"
33
sidebarTitle: "Changelog"
44
description: "New features, bug fixes, and improvements made to each package."
55
"og:image": "https://react.email/static/covers/react-email.png"
6-
icon: 'list-check'
6+
icon: "list-check"
77
---
88

9+
## Nov 01, 2023
10+
11+
**Render `0.0.9`**
12+
13+
- Fix `renderAsync` function to support Next.js 14
14+
915
## April 05. 2023
1016

1117
**Button `0.0.8`**

packages/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/render",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Transform React components into HTML email templates",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)