Skip to content

Commit 965e82a

Browse files
authored
Merge pull request #93 from contentstack/fix/version-bump
Updated utilities & command version
2 parents 7b68b28 + 750c551 commit 965e82a

File tree

3 files changed

+37
-28
lines changed

3 files changed

+37
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ EXAMPLES
8080
$ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
8181
```
8282

83-
_See code: [src/commands/cm/stacks/validate-regex.ts](https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.0/src/commands/cm/stacks/validate-regex.ts)_
83+
_See code: [src/commands/cm/stacks/validate-regex.ts](https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.1/src/commands/cm/stacks/validate-regex.ts)_
8484
<!-- commandsstop -->

package-lock.json

Lines changed: 33 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-regex-validate",
33
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {
@@ -61,8 +61,8 @@
6161
"version": "oclif-dev readme && git add README.md"
6262
},
6363
"dependencies": {
64-
"@contentstack/cli-command": "^1.2.16",
65-
"@contentstack/cli-utilities": "^1.5.7",
64+
"@contentstack/cli-command": "^1.2.17",
65+
"@contentstack/cli-utilities": "^1.5.11",
6666
"@contentstack/management": "^1.13.0",
6767
"cli-table3": "^0.6.0",
6868
"cli-ux": "^6.0.9",

0 commit comments

Comments
 (0)