From cd6e5577f6910d134044329ef57f3a64fc95fdcb Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Mon, 26 Jun 2023 16:19:48 +0530 Subject: [PATCH] version bump --- README.md | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8fb53a4..539a524 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ EXAMPLES $ csdx content-type:audit --alias "management token" --content-type "home_page" ``` -_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/audit.ts)_ +_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/audit.ts)_ ## `csdx content-type:compare` @@ -116,7 +116,7 @@ EXAMPLES $ csdx content-type:compare --alias "management token" --content-type "home_page" --left # --right # ``` -_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/compare.ts)_ +_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/compare.ts)_ ## `csdx content-type:compare-remote` @@ -138,7 +138,7 @@ EXAMPLES $ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -content-type "home_page" ``` -_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/compare-remote.ts)_ +_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/compare-remote.ts)_ ## `csdx content-type:details` @@ -167,7 +167,7 @@ EXAMPLES $ csdx content-type:details --alias "management token" --content-type "home_page" --no-path ``` -_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/details.ts)_ +_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/details.ts)_ ## `csdx content-type:diagram` @@ -202,7 +202,7 @@ EXAMPLES $ csdx content-type:diagram --alias "management token" --output "content-model.dot" --type "dot" ``` -_See code: [src/commands/content-type/diagram.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/diagram.ts)_ +_See code: [src/commands/content-type/diagram.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/diagram.ts)_ ## `csdx content-type:list` @@ -231,5 +231,5 @@ EXAMPLES $ csdx content-type:list --alias "management token" --order modified ``` -_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.7/src/commands/content-type/list.ts)_ +_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.1.0/src/commands/content-type/list.ts)_ diff --git a/package-lock.json b/package-lock.json index e9c4f79..bbc4a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contentstack-cli-content-type", - "version": "1.0.7", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contentstack-cli-content-type", - "version": "1.0.7", + "version": "1.1.0", "license": "MIT", "dependencies": { "@contentstack/cli-command": "^1.2.8", diff --git a/package.json b/package.json index 968d42a..ba58afb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contentstack-cli-content-type", "description": "Retrieve information about Content Types in a Stack.", - "version": "1.0.7", + "version": "1.1.0", "author": "Michael Davis", "bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues", "dependencies": {