We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616e6ac commit 6e5608eCopy full SHA for 6e5608e
docs/changelog.mdx
@@ -3,9 +3,15 @@ title: "Changelog"
3
sidebarTitle: "Changelog"
4
description: "New features, bug fixes, and improvements made to each package."
5
"og:image": "https://react.email/static/covers/react-email.png"
6
-icon: 'list-check'
+icon: "list-check"
7
---
8
9
+## Nov 01, 2023
10
+
11
+**Render `0.0.9`**
12
13
+- Fix `renderAsync` function to support Next.js 14
14
15
## April 05. 2023
16
17
**Button `0.0.8`**
packages/render/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-email/render",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "Transform React components into HTML email templates",
"sideEffects": false,
"main": "./dist/index.js",
0 commit comments