Skip to content

Commit 508d207

Browse files
committed
fix (vs-code-ext): remove beta version since vscode doesn't support pre release version
1 parent 7e62057 commit 508d207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vs-code-extension/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to the "react-email-preview" extension will be documented in
44

55
## [Unreleased]
66

7-
## 0.0.0-beta.1 - 2023-11-04
7+
## 0.0.0 - 2023-11-04
88

9-
Released first beta for testing.
9+
Released first version for testing.
1010

1111
### Features
1212

vs-code-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-email-preview",
33
"displayName": "react-email preview",
44
"description": "A easy way to view the preview of a email made with react-email from your editor",
5-
"version": "0.0.0-beta.1",
5+
"version": "0.0.0",
66
"license": "MIT",
77
"publishConfig": {
88
"access": "public"

0 commit comments

Comments
 (0)