cspell-cli 8.11.0 → 8.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
18
18
  # .pre-commit-config.yaml
19
19
  repos:
20
20
  - repo: https://github.com/streetsidesoftware/cspell-cli
21
- rev: v8.11.0
21
+ rev: v8.12.0
22
22
  hooks:
23
23
  - id: cspell
24
24
  ```
@@ -192,6 +192,8 @@ Options:
192
192
  --debug Output information useful for debugging
193
193
  cspell.json files.
194
194
  --reporter <module|path> Specify one or more reporters to use.
195
+ --issue-template [template] Use a custom issue template. See --help
196
+ --issue-template for details.
195
197
  -h, --help display help for command
196
198
 
197
199
  More Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-cli",
3
- "version": "8.11.0",
3
+ "version": "8.12.0",
4
4
  "description": "CLI for cspell; A Spelling Checker for Code!",
5
5
  "type": "module",
6
6
  "module": "index.js",
@@ -43,7 +43,7 @@
43
43
  "node": ">=18"
44
44
  },
45
45
  "dependencies": {
46
- "cspell": "^8.11.0"
46
+ "cspell": "^8.12.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "inject-markdown": "^3.1.0",