Skip to content

Commit dd69f3d

Browse files
authored
release: v2.0.0 (#104)
1 parent 9a4036e commit dd69f3d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Publish
3838
uses: JS-DevTools/npm-publish@v4
3939
with:
40-
# TODO: remove beta tag before release stable
41-
tag: beta
4240
token: empty
4341

4442
- name: Create GitHub Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/plugin-react-refresh",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0",
44
"repository": "https://github.com/rstackjs/rspack-plugin-react-refresh",
55
"license": "MIT",
66
"description": "React refresh plugin for Rspack",

0 commit comments

Comments
 (0)