Skip to content

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 5, 2022
1 parent a52d421 commit d6b8591
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/monorepo",
"type": "module",
"version": "0.13.1",
"version": "0.14.0",
"private": true,
"packageManager": "pnpm@7.1.7",
"description": "A blazing fast unit test framework powered by Vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ui",
"type": "module",
"version": "0.13.1",
"version": "0.14.0",
"description": "UI for Vitest",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-node",
"version": "0.13.1",
"version": "0.14.0",
"description": "Vite as Node.js runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
@@ -1,6 +1,6 @@
{
"name": "vitest",
"version": "0.13.1",
"version": "0.14.0",
"description": "A blazing fast unit test framework powered by Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/web-worker",
"type": "module",
"version": "0.13.1",
"version": "0.14.0",
"description": "Web Worker support for testing in Vitest",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ws-client",
"type": "module",
"version": "0.13.1",
"version": "0.14.0",
"description": "WebSocket client wrapper for communicating with Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d6b8591

Please sign in to comment.