Skip to content

Commit cff763d

Browse files
authored
release: 0.5.3 (#627)
1 parent 1c94b81 commit cff763d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
vsce-target: linux-x64
7575
platform: linux
7676
arch: x64
77-
- runner: ubuntu-22.04-arm64
77+
- runner: ubuntu-22.04
7878
vsce-target: linux-arm64
7979
platform: linux
8080
arch: arm64

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rstest/core",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "The Rsbuild-based test tool.",
55
"bugs": {
66
"url": "https://github.com/web-infra-dev/rstest/issues"

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Rstest",
55
"publisher": "rstack",
66
"description": "VS Code extension for Rstest",
7-
"version": "0.5.1",
7+
"version": "0.5.3",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)