Skip to content

Commit 60942a2

Browse files
Version bumped
1 parent bb0a05f commit 60942a2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and rectify them.
1111
[![License](https://img.shields.io/npm/l/cli-cm-regex-validate.svg)](https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json)
1212

1313
<!-- toc -->
14-
* [cli-cm-regex-validate](#cli-cm-regex-validate)
14+
* [Regex Validation CLI Plugin](#regex-validation-cli-plugin)
1515
* [Usage](#usage)
1616
* [Commands](#commands)
1717
<!-- tocstop -->
@@ -23,11 +23,11 @@ and rectify them.
2323
```sh-session
2424
$ npm install -g @contentstack/cli
2525

26-
$ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.1.11/contentstack-cli-cm-regex-validate-1.1.11.tgz
26+
$ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.1.12/contentstack-cli-cm-regex-validate-1.1.12.tgz
2727

2828
$ csdx plugins
2929
running command...
30-
@contentstack/cli-cm-regex-validate/1.1.11 darwin-arm64 node-v20.8.0
30+
@contentstack/cli-cm-regex-validate/1.1.12 darwin-arm64 node-v20.8.0
3131

3232
$ csdx --help [COMMAND]
3333
USAGE
@@ -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.1.11/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.1.12/src/commands/cm/stacks/validate-regex.ts)_
8484
<!-- commandsstop -->

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.1.11",
4+
"version": "1.1.12",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {

0 commit comments

Comments
 (0)