Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtang03 committed Aug 18, 2020
1 parent f85418d commit 7d62e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "0.6.3"
"version": "0.6.4"
}
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relay",
"version": "0.6.3",
"version": "0.6.4",
"main": "app.js",
"license": "MIT",
"scripts": {
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.4",
"formidable": "^1.2.2",
"http-proxy-middleware": "^1.0.4",
"ioredis": "^4.17.3",
"lodash": "^4.17.15",
"mockyeah": "^0.24.1",
Expand Down

0 comments on commit 7d62e82

Please sign in to comment.