Skip to content

Commit d6f34d9

Browse files
authored
release: v2.0.0 (#201)
1 parent 42214b2 commit d6f34d9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ jobs:
4545
- name: Publish
4646
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
4747
with:
48-
# TODO: remove rc tag before release stable
49-
tag: rc
5048
token: empty

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@rspack/dev-server",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "Development server for Rspack",
5-
"homepage": "https://rspack.rs",
5+
"homepage": "https://github.com/rstackjs/rspack-dev-server",
66
"bugs": "https://github.com/rstackjs/rspack-dev-server/issues",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)