cspell-cli 5.6.10 → 5.8.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.
- package/README.md +1 -1
- package/package.json +5 -3
- package/CHANGELOG.md +0 -45
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"description": "CLI for cspell: A Spelling Checker for Code!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cspell-cli": "index.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"version-prerelease": "
|
|
10
|
+
"version-prerelease": "npx version-release -p",
|
|
11
|
+
"version-release-minor": "npx standard-version -r minor",
|
|
12
|
+
"version-release-patch": "npx standard-version -r patch",
|
|
11
13
|
"version-release": "npx standard-version",
|
|
12
14
|
"test": "node ./index.js \"**\""
|
|
13
15
|
},
|
|
@@ -32,6 +34,6 @@
|
|
|
32
34
|
"node": ">=12.13.0"
|
|
33
35
|
},
|
|
34
36
|
"dependencies": {
|
|
35
|
-
"cspell": "^5.
|
|
37
|
+
"cspell": "^5.18.0"
|
|
36
38
|
}
|
|
37
39
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,45 +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.10](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.9...v5.6.10) (2021-10-06)
|
|
6
|
-
|
|
7
|
-
### [5.6.9](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.8...v5.6.9) (2021-09-24)
|
|
8
|
-
|
|
9
|
-
### [5.6.7](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.6...v5.6.7) (2021-09-13)
|
|
10
|
-
|
|
11
|
-
### [5.6.6](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.5...v5.6.6) (2021-09-13)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Bug Fixes
|
|
15
|
-
|
|
16
|
-
* Create .pre-commit-hooks.yaml ([#48](https://github.com/streetsidesoftware/cspell-cli/issues/48)) ([982d5b1](https://github.com/streetsidesoftware/cspell-cli/commit/982d5b1f0b3ffa2676888a40e81194b32e1a6d61))
|
|
17
|
-
|
|
18
|
-
### [5.6.5](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.4...v5.6.5) (2021-09-12)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* Update cspell to 5.9.0 ([#37](https://github.com/streetsidesoftware/cspell-cli/issues/37)) ([dd68418](https://github.com/streetsidesoftware/cspell-cli/commit/dd68418995edebd8e0cdbfdae6effa15ae4dc481))
|
|
24
|
-
|
|
25
|
-
### [5.6.4](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.3...v5.6.4) (2021-08-21)
|
|
26
|
-
|
|
27
|
-
### [5.6.3](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.2...v5.6.3) (2021-06-10)
|
|
28
|
-
|
|
29
|
-
### [5.6.2](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.1...v5.6.2) (2021-06-10)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* Have the Major and Minor version match `cspell` ([c433c1a](https://github.com/streetsidesoftware/cspell-cli/commit/c433c1a0e2e1064df418ae777c2dc5bd388cf2db))
|
|
35
|
-
|
|
36
|
-
### [1.0.1](https://github.com/streetsidesoftware/cspell-cli/compare/v1.0.0...v1.0.1) (2021-06-10)
|
|
37
|
-
|
|
38
|
-
## [1.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v0.0.1...v1.0.0) (2021-06-05)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* fix setup instructions ([d725ad1](https://github.com/streetsidesoftware/cspell-cli/commit/d725ad1477320638209e1f9bce53f1a72efa7c0f))
|
|
44
|
-
|
|
45
|
-
### 0.0.1 (2021-06-05)
|