Skip to content

Commit d6ee7fa

Browse files
authored
release: 0.7.2 (#751)
1 parent cb37bff commit d6ee7fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
vsce-target: linux-arm64
7979
platform: linux
8080
arch: arm64
81-
- runner: macos-13
81+
- runner: macos-15
8282
vsce-target: darwin-x64
8383
platform: darwin
8484
arch: x64
85-
- runner: macos-14
85+
- runner: macos-15
8686
vsce-target: darwin-arm64
8787
platform: darwin
8888
arch: arm64

packages/core/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ Licensed under MIT license in the repository at https://github.com/chaijs/loupe.
943943
944944
### magic-string
945945

946-
Licensed under MIT license in the repository at https://github.com/rich-harris/magic-string.git.
946+
Licensed under MIT license in the repository at git+https://github.com/Rich-Harris/magic-string.git.
947947

948948
> Copyright 2018 Rich Harris
949949
>

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.7.1",
3+
"version": "0.7.2",
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.7.1",
7+
"version": "0.7.2",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)