cspell-cli 5.6.11 → 5.6.12

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
8
8
  # .pre-commit-config.yaml
9
9
  repos:
10
10
  - repo: https://github.com/streetsidesoftware/cspell-cli
11
- rev: v5.6.10
11
+ rev: v5.6.11
12
12
  hooks:
13
13
  - id: cspell
14
14
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-cli",
3
- "version": "5.6.11",
3
+ "version": "5.6.12",
4
4
  "description": "CLI for cspell: A Spelling Checker for Code!",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -32,6 +32,6 @@
32
32
  "node": ">=12.13.0"
33
33
  },
34
34
  "dependencies": {
35
- "cspell": "^5.13.1"
35
+ "cspell": "^5.14.0"
36
36
  }
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,47 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [5.6.11](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.10...v5.6.11) (2021-12-02)
6
-
7
- ### [5.6.10](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.9...v5.6.10) (2021-10-06)
8
-
9
- ### [5.6.9](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.8...v5.6.9) (2021-09-24)
10
-
11
- ### [5.6.7](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.6...v5.6.7) (2021-09-13)
12
-
13
- ### [5.6.6](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.5...v5.6.6) (2021-09-13)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * Create .pre-commit-hooks.yaml ([#48](https://github.com/streetsidesoftware/cspell-cli/issues/48)) ([982d5b1](https://github.com/streetsidesoftware/cspell-cli/commit/982d5b1f0b3ffa2676888a40e81194b32e1a6d61))
19
-
20
- ### [5.6.5](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.4...v5.6.5) (2021-09-12)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * Update cspell to 5.9.0 ([#37](https://github.com/streetsidesoftware/cspell-cli/issues/37)) ([dd68418](https://github.com/streetsidesoftware/cspell-cli/commit/dd68418995edebd8e0cdbfdae6effa15ae4dc481))
26
-
27
- ### [5.6.4](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.3...v5.6.4) (2021-08-21)
28
-
29
- ### [5.6.3](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.2...v5.6.3) (2021-06-10)
30
-
31
- ### [5.6.2](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.1...v5.6.2) (2021-06-10)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * Have the Major and Minor version match `cspell` ([c433c1a](https://github.com/streetsidesoftware/cspell-cli/commit/c433c1a0e2e1064df418ae777c2dc5bd388cf2db))
37
-
38
- ### [1.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.0...v1.0.1) (2021-06-10)
39
-
40
- ## [1.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v0.0.1...v1.0.0) (2021-06-05)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * fix setup instructions ([d725ad1](https://github.com/streetsidesoftware/cspell-cli/commit/d725ad1477320638209e1f9bce53f1a72efa7c0f))
46
-
47
- ### 0.0.1 (2021-06-05)