diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a4d691a07..2246f6776d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* Change the suggestions to not include ties by default. ([#1678](https://github.com/streetsidesoftware/cspell/issues/1678)) ([0efbd58](https://github.com/streetsidesoftware/cspell/commit/0efbd5847ca433799c81b8cc4a227da4925d4dbf)) +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Fix suggestions when working with case aware dictionaries. ([#1674](https://github.com/streetsidesoftware/cspell/issues/1674)) ([0ba056d](https://github.com/streetsidesoftware/cspell/commit/0ba056d55f778e0b732137d56a9b7c555e9ae966)) +* Fix version number reference ([#1640](https://github.com/streetsidesoftware/cspell/issues/1640)) ([1c18b36](https://github.com/streetsidesoftware/cspell/commit/1c18b366382d6044e633e41bda99f3d180e36d3c)), closes [#1638](https://github.com/streetsidesoftware/cspell/issues/1638) +* Perf - Try improving suggestion performance. ([#1639](https://github.com/streetsidesoftware/cspell/issues/1639)) ([aad4352](https://github.com/streetsidesoftware/cspell/commit/aad43524f502507f87fb6687d30d9684f2253c32)) +* sample more often to make sure the suggest stops on time. ([#1669](https://github.com/streetsidesoftware/cspell/issues/1669)) ([2bb6c82](https://github.com/streetsidesoftware/cspell/commit/2bb6c82abed296313fe551fc9767ea12f0f0f359)) +* Support Suggestion timeouts ([#1668](https://github.com/streetsidesoftware/cspell/issues/1668)) ([1698aaf](https://github.com/streetsidesoftware/cspell/commit/1698aaf25a07a5f4fb1eb0de46b56a8cae49e2c0)) +* Upgrade British English dictionary to v2. ([#1633](https://github.com/streetsidesoftware/cspell/issues/1633)) ([907d3eb](https://github.com/streetsidesoftware/cspell/commit/907d3eb76bf9b065a56565141d07f03970d6dda4)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-monorepo diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index 42fcc20bec1..7a47976d889 100644 --- a/integration-tests/CHANGELOG.md +++ b/integration-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package cspell-integration-tests + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-integration-tests diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index 81a9e0ef26b..337d19739df 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-integration-tests", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/integration-tests/package.json b/integration-tests/package.json index 0e2254061b0..75f547403e8 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.", "bin": { "cspell-integration-tests": "tester.js" @@ -37,7 +37,7 @@ "@types/node": "^16.9.1", "@types/rimraf": "^3.0.2", "@types/shelljs": "^0.8.9", - "cspell": "^5.9.0", + "cspell": "^5.9.1-alpha.0", "jest": "^27.1.1" }, "main": "tester.js", diff --git a/lerna.json b/lerna.json index 5e14cb4a36c..96415971c6b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "test-packages/*", "integration-tests" ], - "version": "5.9.0" + "version": "5.9.1-alpha.0" } diff --git a/packages/cspell-bundled-dicts/CHANGELOG.md b/packages/cspell-bundled-dicts/CHANGELOG.md index 0b0c84e70f2..33b17c83494 100644 --- a/packages/cspell-bundled-dicts/CHANGELOG.md +++ b/packages/cspell-bundled-dicts/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Upgrade British English dictionary to v2. ([#1633](https://github.com/streetsidesoftware/cspell/issues/1633)) ([907d3eb](https://github.com/streetsidesoftware/cspell/commit/907d3eb76bf9b065a56565141d07f03970d6dda4)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package @cspell/cspell-bundled-dicts diff --git a/packages/cspell-bundled-dicts/package-lock.json b/packages/cspell-bundled-dicts/package-lock.json index 35ba785d414..221fd122d35 100644 --- a/packages/cspell-bundled-dicts/package-lock.json +++ b/packages/cspell-bundled-dicts/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json index e3322260cbb..79886239535 100644 --- a/packages/cspell-bundled-dicts/package.json +++ b/packages/cspell-bundled-dicts/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -83,7 +83,7 @@ "node": ">=12.13.0" }, "devDependencies": { - "@cspell/cspell-tools": "^5.9.0", - "@cspell/cspell-types": "^5.9.0" + "@cspell/cspell-tools": "^5.9.1-alpha.0", + "@cspell/cspell-types": "^5.9.1-alpha.0" } } diff --git a/packages/cspell-dynamic-loader/CHANGELOG.md b/packages/cspell-dynamic-loader/CHANGELOG.md index 6e047c36d7d..01c83b580f2 100644 --- a/packages/cspell-dynamic-loader/CHANGELOG.md +++ b/packages/cspell-dynamic-loader/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package @cspell/cspell-dynamic-loader diff --git a/packages/cspell-dynamic-loader/package-lock.json b/packages/cspell-dynamic-loader/package-lock.json index d120457887a..6ae4fb9a13a 100644 --- a/packages/cspell-dynamic-loader/package-lock.json +++ b/packages/cspell-dynamic-loader/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-dynamic-loader", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-dynamic-loader/package.json b/packages/cspell-dynamic-loader/package.json index f0d13e494d5..9b777585dc1 100644 --- a/packages/cspell-dynamic-loader/package.json +++ b/packages/cspell-dynamic-loader/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Load cspell or cspell-lib on demand", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,8 +48,8 @@ "import-fresh": "^3.3.0" }, "devDependencies": { - "cspell": "^5.9.0", - "cspell-lib": "^5.9.0", + "cspell": "^5.9.1-alpha.0", + "cspell-lib": "^5.9.1-alpha.0", "jest": "^27.1.1", "rimraf": "^3.0.2", "typescript": "^4.4.3" diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md index a8dc6069d08..8d53c5185d0 100644 --- a/packages/cspell-glob/CHANGELOG.md +++ b/packages/cspell-glob/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-glob diff --git a/packages/cspell-glob/package-lock.json b/packages/cspell-glob/package-lock.json index 811fb42ddf8..873c2893ee2 100644 --- a/packages/cspell-glob/package-lock.json +++ b/packages/cspell-glob/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json index 308410b4646..c2df76a8972 100644 --- a/packages/cspell-glob/package.json +++ b/packages/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Glob matcher for cspell", "keywords": [ "cspell", diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md index de6b246b194..9e0f0223aa7 100644 --- a/packages/cspell-io/CHANGELOG.md +++ b/packages/cspell-io/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-io diff --git a/packages/cspell-io/package-lock.json b/packages/cspell-io/package-lock.json index 2ec5105aa42..24c703713bc 100644 --- a/packages/cspell-io/package-lock.json +++ b/packages/cspell-io/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json index 5064e37c36e..ff66d085b1f 100644 --- a/packages/cspell-io/package.json +++ b/packages/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -33,7 +33,6 @@ "url": "https://github.com/streetsidesoftware/cspell/labels/cspell-io" }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", - "dependencies": {}, "engines": { "node": ">=12.13.0" }, diff --git a/packages/cspell-lib/CHANGELOG.md b/packages/cspell-lib/CHANGELOG.md index 2749befacce..3ad80071332 100644 --- a/packages/cspell-lib/CHANGELOG.md +++ b/packages/cspell-lib/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* Change the suggestions to not include ties by default. ([#1678](https://github.com/streetsidesoftware/cspell/issues/1678)) ([0efbd58](https://github.com/streetsidesoftware/cspell/commit/0efbd5847ca433799c81b8cc4a227da4925d4dbf)) +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Perf - Try improving suggestion performance. ([#1639](https://github.com/streetsidesoftware/cspell/issues/1639)) ([aad4352](https://github.com/streetsidesoftware/cspell/commit/aad43524f502507f87fb6687d30d9684f2253c32)) +* Support Suggestion timeouts ([#1668](https://github.com/streetsidesoftware/cspell/issues/1668)) ([1698aaf](https://github.com/streetsidesoftware/cspell/commit/1698aaf25a07a5f4fb1eb0de46b56a8cae49e2c0)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-lib diff --git a/packages/cspell-lib/package-lock.json b/packages/cspell-lib/package-lock.json index 9e701199c4b..089f6795665 100644 --- a/packages/cspell-lib/package-lock.json +++ b/packages/cspell-lib/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json index 7768580c26c..6be6a45e369 100644 --- a/packages/cspell-lib/package.json +++ b/packages/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -46,15 +46,15 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "^5.9.0", - "@cspell/cspell-types": "^5.9.0", + "@cspell/cspell-bundled-dicts": "^5.9.1-alpha.0", + "@cspell/cspell-types": "^5.9.1-alpha.0", "clear-module": "^4.1.1", "comment-json": "^4.1.1", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^5.9.0", - "cspell-io": "^5.9.0", - "cspell-trie-lib": "^5.9.0", + "cspell-glob": "^5.9.1-alpha.0", + "cspell-io": "^5.9.1-alpha.0", + "cspell-trie-lib": "^5.9.1-alpha.0", "find-up": "^5.0.0", "fs-extra": "^10.0.0", "gensequence": "^3.1.1", diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md index ae723498a87..ca19f3bcdfe 100644 --- a/packages/cspell-tools/CHANGELOG.md +++ b/packages/cspell-tools/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package @cspell/cspell-tools diff --git a/packages/cspell-tools/package-lock.json b/packages/cspell-tools/package-lock.json index 6c3385f69fe..32d4e04760c 100644 --- a/packages/cspell-tools/package-lock.json +++ b/packages/cspell-tools/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json index 5178f6c4a21..561f9122b39 100644 --- a/packages/cspell-tools/package.json +++ b/packages/cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-tools", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Tools to assist with the development of cSpell", "typings": "dist/index.d.ts", "publishConfig": { @@ -45,12 +45,12 @@ "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { "commander": "^8.2.0", - "cspell-io": "^5.9.0", - "cspell-trie-lib": "^5.9.0", + "cspell-io": "^5.9.1-alpha.0", + "cspell-trie-lib": "^5.9.1-alpha.0", "fs-extra": "^10.0.0", "gensequence": "^3.1.1", "glob": "^7.1.7", - "hunspell-reader": "^5.9.0" + "hunspell-reader": "^5.9.1-alpha.0" }, "engines": { "node": ">=12.13.0" diff --git a/packages/cspell-trie-lib/CHANGELOG.md b/packages/cspell-trie-lib/CHANGELOG.md index b98294c8c89..96f37129e18 100644 --- a/packages/cspell-trie-lib/CHANGELOG.md +++ b/packages/cspell-trie-lib/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* Change the suggestions to not include ties by default. ([#1678](https://github.com/streetsidesoftware/cspell/issues/1678)) ([0efbd58](https://github.com/streetsidesoftware/cspell/commit/0efbd5847ca433799c81b8cc4a227da4925d4dbf)) +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Fix suggestions when working with case aware dictionaries. ([#1674](https://github.com/streetsidesoftware/cspell/issues/1674)) ([0ba056d](https://github.com/streetsidesoftware/cspell/commit/0ba056d55f778e0b732137d56a9b7c555e9ae966)) +* Perf - Try improving suggestion performance. ([#1639](https://github.com/streetsidesoftware/cspell/issues/1639)) ([aad4352](https://github.com/streetsidesoftware/cspell/commit/aad43524f502507f87fb6687d30d9684f2253c32)) +* sample more often to make sure the suggest stops on time. ([#1669](https://github.com/streetsidesoftware/cspell/issues/1669)) ([2bb6c82](https://github.com/streetsidesoftware/cspell/commit/2bb6c82abed296313fe551fc9767ea12f0f0f359)) +* Support Suggestion timeouts ([#1668](https://github.com/streetsidesoftware/cspell/issues/1668)) ([1698aaf](https://github.com/streetsidesoftware/cspell/commit/1698aaf25a07a5f4fb1eb0de46b56a8cae49e2c0)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-trie-lib diff --git a/packages/cspell-trie-lib/package-lock.json b/packages/cspell-trie-lib/package-lock.json index 8487803b7b4..16c3b766b52 100644 --- a/packages/cspell-trie-lib/package-lock.json +++ b/packages/cspell-trie-lib/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json index accfa4adeb3..ebc56812ef3 100644 --- a/packages/cspell-trie-lib/package.json +++ b/packages/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/cspell-trie/CHANGELOG.md b/packages/cspell-trie/CHANGELOG.md index 932cb91d5fb..7fae0c30698 100644 --- a/packages/cspell-trie/CHANGELOG.md +++ b/packages/cspell-trie/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-trie diff --git a/packages/cspell-trie/package-lock.json b/packages/cspell-trie/package-lock.json index 07b19a14f8b..ab978dcb7ec 100644 --- a/packages/cspell-trie/package-lock.json +++ b/packages/cspell-trie/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-trie", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json index 36568f98cb8..480986c3028 100644 --- a/packages/cspell-trie/package.json +++ b/packages/cspell-trie/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Trie Data Structure reader for cspell", "bin": { "cspell-trie": "bin.js" @@ -40,7 +40,7 @@ "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { "commander": "^8.2.0", - "cspell-trie-lib": "^5.9.0", + "cspell-trie-lib": "^5.9.1-alpha.0", "fs-extra": "^10.0.0", "gensequence": "^3.1.1" }, diff --git a/packages/cspell-trie2-lib/CHANGELOG.md b/packages/cspell-trie2-lib/CHANGELOG.md index b373763c2cc..3d8faf1ed14 100644 --- a/packages/cspell-trie2-lib/CHANGELOG.md +++ b/packages/cspell-trie2-lib/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-trie2-lib diff --git a/packages/cspell-trie2-lib/package-lock.json b/packages/cspell-trie2-lib/package-lock.json index f60d50c2c25..a9d96bf32a7 100644 --- a/packages/cspell-trie2-lib/package-lock.json +++ b/packages/cspell-trie2-lib/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-trie2-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-trie2-lib/package.json b/packages/cspell-trie2-lib/package.json index eca7725540f..ab3467fa470 100644 --- a/packages/cspell-trie2-lib/package.json +++ b/packages/cspell-trie2-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie2-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/cspell-types/CHANGELOG.md b/packages/cspell-types/CHANGELOG.md index 7d6a861f64a..4f466618f1d 100644 --- a/packages/cspell-types/CHANGELOG.md +++ b/packages/cspell-types/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Support Suggestion timeouts ([#1668](https://github.com/streetsidesoftware/cspell/issues/1668)) ([1698aaf](https://github.com/streetsidesoftware/cspell/commit/1698aaf25a07a5f4fb1eb0de46b56a8cae49e2c0)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package @cspell/cspell-types diff --git a/packages/cspell-types/package-lock.json b/packages/cspell-types/package-lock.json index e926e9fd446..9b83b919541 100644 --- a/packages/cspell-types/package-lock.json +++ b/packages/cspell-types/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-types", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json index 39b9b1920c0..dd5be42b8a1 100644 --- a/packages/cspell-types/package.json +++ b/packages/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Types for cspell and cspell-lib", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md index 5a7ae3485ed..92bad7183fb 100644 --- a/packages/cspell/CHANGELOG.md +++ b/packages/cspell/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) +* Fix version number reference ([#1640](https://github.com/streetsidesoftware/cspell/issues/1640)) ([1c18b36](https://github.com/streetsidesoftware/cspell/commit/1c18b366382d6044e633e41bda99f3d180e36d3c)), closes [#1638](https://github.com/streetsidesoftware/cspell/issues/1638) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell diff --git a/packages/cspell/package-lock.json b/packages/cspell/package-lock.json index f6903df3151..70e7303e3dd 100644 --- a/packages/cspell/package-lock.json +++ b/packages/cspell/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 4253f8784cc..ce7b3e20cb4 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -71,8 +71,8 @@ "chalk": "^4.1.2", "commander": "^8.2.0", "comment-json": "^4.1.1", - "cspell-glob": "^5.9.0", - "cspell-lib": "^5.9.0", + "cspell-glob": "^5.9.1-alpha.0", + "cspell-lib": "^5.9.1-alpha.0", "fs-extra": "^10.0.0", "get-stdin": "^8.0.0", "glob": "^7.1.7", @@ -83,7 +83,7 @@ "node": ">=12.13.0" }, "devDependencies": { - "@cspell/cspell-types": "^5.9.0", + "@cspell/cspell-types": "^5.9.1-alpha.0", "@types/fs-extra": "^9.0.12", "@types/glob": "^7.1.4", "@types/micromatch": "^4.0.2", diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md index 6e38ba8cec7..c977678c7ae 100644 --- a/packages/hunspell-reader/CHANGELOG.md +++ b/packages/hunspell-reader/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/Jason-Rev/hunspell-reader/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/Jason-Rev/hunspell-reader/issues/1677)) ([c7ffcc7](https://github.com/Jason-Rev/hunspell-reader/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/Jason-Rev/hunspell-reader/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package hunspell-reader diff --git a/packages/hunspell-reader/package-lock.json b/packages/hunspell-reader/package-lock.json index 05429ce446b..2a2c21031bb 100644 --- a/packages/hunspell-reader/package-lock.json +++ b/packages/hunspell-reader/package-lock.json @@ -1,6 +1,6 @@ { "name": "hunspell-reader", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json index 99c4e40491a..33f2546cb82 100644 --- a/packages/hunspell-reader/package.json +++ b/packages/hunspell-reader/package.json @@ -1,6 +1,6 @@ { "name": "hunspell-reader", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "A library for reading Hunspell Dictionary Files", "bin": "bin.js", "main": "dist/index.js", diff --git a/test-packages/cspell-cli/CHANGELOG.md b/test-packages/cspell-cli/CHANGELOG.md index 532b39ef166..2215ff2f3ab 100644 --- a/test-packages/cspell-cli/CHANGELOG.md +++ b/test-packages/cspell-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell-cli/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package cspell-cli + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package cspell-cli diff --git a/test-packages/cspell-cli/package-lock.json b/test-packages/cspell-cli/package-lock.json index e361a4eec61..434ebc007e2 100644 --- a/test-packages/cspell-cli/package-lock.json +++ b/test-packages/cspell-cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/cspell-cli/package.json b/test-packages/cspell-cli/package.json index c6569327277..8fc15599a81 100644 --- a/test-packages/cspell-cli/package.json +++ b/test-packages/cspell-cli/package.json @@ -1,6 +1,6 @@ { "name": "cspell-cli", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "cli for cspell", "private": "true", "main": "index.js", @@ -24,6 +24,6 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell-cli#readme", "dependencies": { - "cspell": "^5.9.0" + "cspell": "^5.9.1-alpha.0" } } diff --git a/test-packages/test-cspell-glob/CHANGELOG.md b/test-packages/test-cspell-glob/CHANGELOG.md index a40158e04fd..d22c2b8a04d 100644 --- a/test-packages/test-cspell-glob/CHANGELOG.md +++ b/test-packages/test-cspell-glob/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package test-cspell-glob + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell-glob diff --git a/test-packages/test-cspell-glob/package-lock.json b/test-packages/test-cspell-glob/package-lock.json index 60b78cb4beb..df46530d126 100644 --- a/test-packages/test-cspell-glob/package-lock.json +++ b/test-packages/test-cspell-glob/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell-glob", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell-glob/package.json b/test-packages/test-cspell-glob/package.json index b2d6a315fb8..5efc57b2af1 100644 --- a/test-packages/test-cspell-glob/package.json +++ b/test-packages/test-cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-glob", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "dependencies": { - "cspell-glob": "^5.9.0" + "cspell-glob": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": [] diff --git a/test-packages/test-cspell-io/CHANGELOG.md b/test-packages/test-cspell-io/CHANGELOG.md index 9db2a80ea2c..786dd27e294 100644 --- a/test-packages/test-cspell-io/CHANGELOG.md +++ b/test-packages/test-cspell-io/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + + +### Bug Fixes + +* drop need for iconv-lite and iterable-to-stream ([#1677](https://github.com/streetsidesoftware/cspell/issues/1677)) ([c7ffcc7](https://github.com/streetsidesoftware/cspell/commit/c7ffcc786ed360fc1a59f84915ea7d204d51d3a5)) + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell-io diff --git a/test-packages/test-cspell-io/package-lock.json b/test-packages/test-cspell-io/package-lock.json index 93e98e33df8..4663e198f4e 100644 --- a/test-packages/test-cspell-io/package-lock.json +++ b/test-packages/test-cspell-io/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell-io", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell-io/package.json b/test-packages/test-cspell-io/package.json index 646d02d76df..a97f6491928 100644 --- a/test-packages/test-cspell-io/package.json +++ b/test-packages/test-cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-io", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "dependencies": { - "cspell-io": "^5.9.0" + "cspell-io": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": [] diff --git a/test-packages/test-cspell-lib-webpack/CHANGELOG.md b/test-packages/test-cspell-lib-webpack/CHANGELOG.md index ba45fc187ae..f442be0402e 100644 --- a/test-packages/test-cspell-lib-webpack/CHANGELOG.md +++ b/test-packages/test-cspell-lib-webpack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package test-cspell-lib-webpack + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell-lib-webpack diff --git a/test-packages/test-cspell-lib-webpack/package-lock.json b/test-packages/test-cspell-lib-webpack/package-lock.json index f156c2a0ac8..bafe7253e22 100644 --- a/test-packages/test-cspell-lib-webpack/package-lock.json +++ b/test-packages/test-cspell-lib-webpack/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-webpack", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell-lib-webpack/package.json b/test-packages/test-cspell-lib-webpack/package.json index 2e9a37db086..8f32f59c20e 100644 --- a/test-packages/test-cspell-lib-webpack/package.json +++ b/test-packages/test-cspell-lib-webpack/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib-webpack", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for cspell-lib", "private": true, "scripts": { @@ -13,13 +13,13 @@ "author": "", "license": "MIT", "dependencies": { - "@cspell/cspell-bundled-dicts": "^5.9.0" + "@cspell/cspell-bundled-dicts": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": [], "devDependencies": { - "@cspell/cspell-types": "^5.9.0", - "cspell-lib": "^5.9.0", + "@cspell/cspell-types": "^5.9.1-alpha.0", + "cspell-lib": "^5.9.1-alpha.0", "jest": "^27.1.1", "ts-loader": "^9.2.5", "typescript": "^4.4.3", diff --git a/test-packages/test-cspell-lib/CHANGELOG.md b/test-packages/test-cspell-lib/CHANGELOG.md index 7c7b82d4bfe..6f05ef2b7dc 100644 --- a/test-packages/test-cspell-lib/CHANGELOG.md +++ b/test-packages/test-cspell-lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package test-cspell-lib + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell-lib diff --git a/test-packages/test-cspell-lib/package-lock.json b/test-packages/test-cspell-lib/package-lock.json index 481c939d909..236eba2ead1 100644 --- a/test-packages/test-cspell-lib/package-lock.json +++ b/test-packages/test-cspell-lib/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell-lib/package.json b/test-packages/test-cspell-lib/package.json index 82b82736a32..90c50c521a1 100644 --- a/test-packages/test-cspell-lib/package.json +++ b/test-packages/test-cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-lib", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "dependencies": { - "cspell-lib": "^5.9.0" + "cspell-lib": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": [] diff --git a/test-packages/test-cspell-tools/CHANGELOG.md b/test-packages/test-cspell-tools/CHANGELOG.md index 1ae5ed6721d..048e6de2bcf 100644 --- a/test-packages/test-cspell-tools/CHANGELOG.md +++ b/test-packages/test-cspell-tools/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package test-cspell-tools + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell-tools diff --git a/test-packages/test-cspell-tools/package-lock.json b/test-packages/test-cspell-tools/package-lock.json index ba531685ce9..aa43c90b836 100644 --- a/test-packages/test-cspell-tools/package-lock.json +++ b/test-packages/test-cspell-tools/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell-tools", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell-tools/package.json b/test-packages/test-cspell-tools/package.json index 79615f7ac05..8f211a63d30 100644 --- a/test-packages/test-cspell-tools/package.json +++ b/test-packages/test-cspell-tools/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell-tools", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for @cspell/cspell-tools.", "private": true, "scripts": { @@ -16,8 +16,8 @@ "author": "", "license": "MIT", "dependencies": { - "@cspell/cspell-tools": "^5.9.0", - "cspell": "^5.9.0" + "@cspell/cspell-tools": "^5.9.1-alpha.0", + "cspell": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": [] diff --git a/test-packages/test-cspell/CHANGELOG.md b/test-packages/test-cspell/CHANGELOG.md index ea63025f63d..bb9f2b7c71f 100644 --- a/test-packages/test-cspell/CHANGELOG.md +++ b/test-packages/test-cspell/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.1-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0...v5.9.1-alpha.0) (2021-09-11) + +**Note:** Version bump only for package test-cspell + + + + + # [5.9.0](https://github.com/streetsidesoftware/cspell/compare/v5.9.0-alpha.0...v5.9.0) (2021-08-31) **Note:** Version bump only for package test-cspell diff --git a/test-packages/test-cspell/package-lock.json b/test-packages/test-cspell/package-lock.json index 0f8758f4d68..31847263df2 100644 --- a/test-packages/test-cspell/package-lock.json +++ b/test-packages/test-cspell/package-lock.json @@ -1,6 +1,6 @@ { "name": "test-cspell", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-packages/test-cspell/package.json b/test-packages/test-cspell/package.json index cdd0571460b..7eb36d2a86a 100644 --- a/test-packages/test-cspell/package.json +++ b/test-packages/test-cspell/package.json @@ -1,6 +1,6 @@ { "name": "test-cspell", - "version": "5.9.0", + "version": "5.9.1-alpha.0", "description": "Pure testing package for cspell-io. It purpose is to verify cspell-io dependencies.", "private": true, "scripts": { @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "dependencies": { - "cspell": "^5.9.0" + "cspell": "^5.9.1-alpha.0" }, "main": "index.js", "keywords": []