Skip to content

Commit

Permalink
chore: update version (#529)
Browse files Browse the repository at this point in the history
* Update lerna.json

* Update package.json
  • Loading branch information
38elements authored and eddyerburgh committed Apr 14, 2018
1 parent fa1ba19 commit fa45baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-beta.13"
"version": "1.0.0-beta.14"
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/test-utils",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "Utilities for testing Vue components.",
"main": "dist/vue-test-utils.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit fa45baf

Please sign in to comment.