Skip to content

Commit

Permalink
version bump and removed the GCP NA option
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Jan 17, 2024
1 parent 9df4ada commit 58b2901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentstack-config/src/utils/interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const askRegions = async (): Promise<string> => {
{ name: 'EU', value: 'EU' },
{ name: 'AZURE-NA', value: 'AZURE-NA' },
{ name: 'AZURE-EU', value: 'AZURE-EU' },
{ name: 'GCP-NA', value: 'GCP-NA' },
// { name: 'GCP-NA', value: 'GCP-NA' },
{ name: 'Custom', value: 'custom' },
{ name: 'exit', value: 'exit' },
],
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli",
"description": "Command-line tool (CLI) to interact with Contentstack",
"version": "1.12.1",
"version": "1.13.0",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run"
Expand Down

0 comments on commit 58b2901

Please sign in to comment.