Skip to content

Commit

Permalink
release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 19, 2022
1 parent 7b34793 commit 1272e4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/monorepo",
"version": "0.4.1",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"description": "Vite as Node.js runtime",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
@@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.4.1",
"version": "0.4.2",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitest/ws-client",
"version": "0.4.1",
"version": "0.4.2",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down

0 comments on commit 1272e4f

Please sign in to comment.