Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 18, 2022
1 parent 7611178 commit 237b48c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/monorepo",
"version": "0.3.6",
"version": "0.4.0",
"private": true,
"description": "A blazing fast unit test framework powered by Vite",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/ui",
"version": "0.3.6",
"version": "0.4.0",
"description": "UI for Vitest",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-node",
"version": "0.3.6",
"version": "0.4.0",
"description": "Vite as Node.js runtime",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
@@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.3.6",
"version": "0.4.0",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",
Expand Down Expand Up @@ -127,4 +127,4 @@
"engines": {
"node": ">=14.14.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/ws-client",
"version": "0.3.6",
"version": "0.4.0",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down

0 comments on commit 237b48c

Please sign in to comment.