Skip to content

Commit

Permalink
v3.0.3-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
miketalley committed Feb 11, 2021
1 parent e6503dc commit eff8118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "3.0.3-beta.5"
"version": "3.0.3-beta.6"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cli",
"version": "3.0.3-beta.5",
"version": "3.0.3-beta.6",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@hubspot/cli-lib": "^3.0.3-beta.5",
"@hubspot/serverless-dev-runtime": "^3.0.3-beta.5",
"@hubspot/serverless-dev-runtime": "^3.0.3-beta.6",
"chalk": "^4.1.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/serverless-dev-runtime",
"version": "3.0.3-beta.5",
"version": "3.0.3-beta.6",
"description": "A tool for testing HubSpot CMS serverless functions locally",
"main": "index.js",
"repository": "https://github.com/HubSpot/hubspot-cli",
Expand Down

0 comments on commit eff8118

Please sign in to comment.