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 7e62057 commit 508d207Copy full SHA for 508d207
vs-code-extension/CHANGELOG.md
@@ -4,9 +4,9 @@ All notable changes to the "react-email-preview" extension will be documented in
4
5
## [Unreleased]
6
7
-## 0.0.0-beta.1 - 2023-11-04
+## 0.0.0 - 2023-11-04
8
9
-Released first beta for testing.
+Released first version for testing.
10
11
### Features
12
vs-code-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "react-email-preview",
3
"displayName": "react-email preview",
"description": "A easy way to view the preview of a email made with react-email from your editor",
- "version": "0.0.0-beta.1",
+ "version": "0.0.0",
"license": "MIT",
"publishConfig": {
"access": "public"
0 commit comments