Skip to content

Commit

Permalink
release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 21, 2022
1 parent 56492de commit 5456b52
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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"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.2",
"version": "0.4.3",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down

0 comments on commit 5456b52

Please sign in to comment.