Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rstest/core",
"version": "0.5.4",
"version": "0.6.0",
"description": "The Rsbuild-based test tool.",
"bugs": {
"url": "https://github.com/web-infra-dev/rstest/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-istanbul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rstest/coverage-istanbul",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"description": "Istanbul coverage provider for Rstest",
"author": "Travis Zhang<https://github.com/travzhang>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Rstest",
"publisher": "rstack",
"description": "VS Code extension for Rstest",
"version": "0.5.4",
"version": "0.6.0",
"private": true,
"license": "MIT",
"repository": {
Expand Down
Loading