Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HubSpot/hubspot-cli into next
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Aug 19, 2024
2 parents b2c6f92 + f66f8d1 commit 801fd49
Show file tree
Hide file tree
Showing 3 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 @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "acceptance-tests"],
"version": "5.3.0"
"version": "5.3.1"
}
2 changes: 1 addition & 1 deletion packages/cli/bin/hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node --no-deprecation
#!/usr/bin/env node

require('./cli');
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cli",
"version": "5.3.0",
"version": "5.3.1",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 801fd49

Please sign in to comment.