diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56b05656e52d..218303713eca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md
index 660da0598a89..672e1879a699 100644
--- a/integration-tests/CHANGELOG.md
+++ b/integration-tests/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/integration-tests/package.json b/integration-tests/package.json
index cb6361c06a69..4db1ecfc24d8 100644
--- a/integration-tests/package.json
+++ b/integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js",
diff --git a/lerna.json b/lerna.json
index 844757d48ae5..4b73cb106c54 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
- "version": "8.17.0",
+ "version": "8.17.1",
"command": {
"version": {
"allowBranch": "main",
diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md
index b053c329f1b7..c1a4b6ca3064 100644
--- a/packages/Samples/CHANGELOG.md
+++ b/packages/Samples/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/Samples/package.json b/packages/Samples/package.json
index a49f8708033d..cb26b1448804 100644
--- a/packages/Samples/package.json
+++ b/packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "@internal/cspell-tools-samples",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
diff --git a/packages/cspell-bundled-dicts/CHANGELOG.md b/packages/cspell-bundled-dicts/CHANGELOG.md
index 29c05cf2e3e3..ef899354f085 100644
--- a/packages/cspell-bundled-dicts/CHANGELOG.md
+++ b/packages/cspell-bundled-dicts/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index 97cf56626059..41ff29b085de 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": "8.17.0",
+ "version": "8.17.1",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public",
diff --git a/packages/cspell-code-snippets/CHANGELOG.md b/packages/cspell-code-snippets/CHANGELOG.md
index 57ae46a9b705..11dab05436fe 100644
--- a/packages/cspell-code-snippets/CHANGELOG.md
+++ b/packages/cspell-code-snippets/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json
index 5edf252d25a2..74867811e299 100644
--- a/packages/cspell-code-snippets/package.json
+++ b/packages/cspell-code-snippets/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-code-snippets",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Code snippets and data structures.",
"private": true,
"files": [],
diff --git a/packages/cspell-config-lib/CHANGELOG.md b/packages/cspell-config-lib/CHANGELOG.md
index bf2e7a0c67d9..46a5390fde58 100644
--- a/packages/cspell-config-lib/CHANGELOG.md
+++ b/packages/cspell-config-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json
index c5670ad4fa39..6018ce9e25e6 100644
--- a/packages/cspell-config-lib/package.json
+++ b/packages/cspell-config-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "CSpell Config library",
"keywords": [
"cspell",
diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md
index f77310621338..97e0917e7754 100644
--- a/packages/cspell-dictionary/CHANGELOG.md
+++ b/packages/cspell-dictionary/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json
index 6cb32ccd8f8e..63d5e6f9e95c 100644
--- a/packages/cspell-dictionary/package.json
+++ b/packages/cspell-dictionary/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-eslint-plugin/CHANGELOG.md b/packages/cspell-eslint-plugin/CHANGELOG.md
index d874c3dd03c5..16dfb32beca6 100644
--- a/packages/cspell-eslint-plugin/CHANGELOG.md
+++ b/packages/cspell-eslint-plugin/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json
index ab65809b4b1b..30477850e7e5 100644
--- a/packages/cspell-eslint-plugin/package.json
+++ b/packages/cspell-eslint-plugin/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md
index 5b6d47da00b1..767e094afacc 100644
--- a/packages/cspell-filetypes/CHANGELOG.md
+++ b/packages/cspell-filetypes/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-filetypes/package.json b/packages/cspell-filetypes/package.json
index 06bfac83ed30..afc7607d7a86 100644
--- a/packages/cspell-filetypes/package.json
+++ b/packages/cspell-filetypes/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Library to determine file types based upon the file name.",
"keywords": [
"cspell",
diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md
index 2fa716fda69d..c1861237730d 100644
--- a/packages/cspell-gitignore/CHANGELOG.md
+++ b/packages/cspell-gitignore/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json
index afdcc8828bf0..37c7172b8fc7 100644
--- a/packages/cspell-gitignore/package.json
+++ b/packages/cspell-gitignore/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md
index 3a6cb35efb43..8e4fb4bc64b3 100644
--- a/packages/cspell-glob/CHANGELOG.md
+++ b/packages/cspell-glob/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json
index 2d7c7200ed12..d9e948f9797b 100644
--- a/packages/cspell-glob/package.json
+++ b/packages/cspell-glob/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md
index 2b5607d285ad..b96d49dddb88 100644
--- a/packages/cspell-grammar/CHANGELOG.md
+++ b/packages/cspell-grammar/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json
index 451896e7a78b..e4c8ce466266 100644
--- a/packages/cspell-grammar/package.json
+++ b/packages/cspell-grammar/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md
index 5fb8914a4d92..969429d1c54b 100644
--- a/packages/cspell-io/CHANGELOG.md
+++ b/packages/cspell-io/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json
index 9080b79d065a..01020f01a55b 100644
--- a/packages/cspell-io/package.json
+++ b/packages/cspell-io/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-json-reporter/CHANGELOG.md b/packages/cspell-json-reporter/CHANGELOG.md
index ddf5ea9e8175..ddd6012de36d 100644
--- a/packages/cspell-json-reporter/CHANGELOG.md
+++ b/packages/cspell-json-reporter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json
index 7208115172c7..7a0f9967bcc9 100644
--- a/packages/cspell-json-reporter/package.json
+++ b/packages/cspell-json-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
diff --git a/packages/cspell-lib/CHANGELOG.md b/packages/cspell-lib/CHANGELOG.md
index f467c41ce0d5..b43af553e130 100644
--- a/packages/cspell-lib/CHANGELOG.md
+++ b/packages/cspell-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json
index 0d1110e61e82..b2ad508715e0 100644
--- a/packages/cspell-lib/package.json
+++ b/packages/cspell-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-normalize-json/CHANGELOG.md b/packages/cspell-normalize-json/CHANGELOG.md
index 5b6d47da00b1..767e094afacc 100644
--- a/packages/cspell-normalize-json/CHANGELOG.md
+++ b/packages/cspell-normalize-json/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-normalize-json/package.json b/packages/cspell-normalize-json/package.json
index 7b0a563e3dba..ceb060f6a584 100644
--- a/packages/cspell-normalize-json/package.json
+++ b/packages/cspell-normalize-json/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
"cspell",
diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md
index 2714baa7978b..4a72359d25ef 100644
--- a/packages/cspell-pipe/CHANGELOG.md
+++ b/packages/cspell-pipe/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json
index 01d7dc969de0..88318826aaec 100644
--- a/packages/cspell-pipe/package.json
+++ b/packages/cspell-pipe/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Library to make working with Iterators/AsyncIterators easier.",
"keywords": [
"cspell",
diff --git a/packages/cspell-resolver/CHANGELOG.md b/packages/cspell-resolver/CHANGELOG.md
index e93df9a06487..55f518f8b6b2 100644
--- a/packages/cspell-resolver/CHANGELOG.md
+++ b/packages/cspell-resolver/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json
index 08847642d4c5..ebbd6b405390 100644
--- a/packages/cspell-resolver/package.json
+++ b/packages/cspell-resolver/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Library to help resolve module locations.",
"keywords": [
"cspell",
diff --git a/packages/cspell-service-bus/CHANGELOG.md b/packages/cspell-service-bus/CHANGELOG.md
index a598e00046bb..76adc1a8d13d 100644
--- a/packages/cspell-service-bus/CHANGELOG.md
+++ b/packages/cspell-service-bus/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json
index 4274e27f8134..fc2eab60f290 100644
--- a/packages/cspell-service-bus/package.json
+++ b/packages/cspell-service-bus/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A Library for connecting requests to services that can fulfill them.",
"keywords": [
"cspell"
diff --git a/packages/cspell-strong-weak-map/CHANGELOG.md b/packages/cspell-strong-weak-map/CHANGELOG.md
index 66030ee37efa..2b01e482de8c 100644
--- a/packages/cspell-strong-weak-map/CHANGELOG.md
+++ b/packages/cspell-strong-weak-map/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json
index abf1c3882298..ccbcf2490c46 100644
--- a/packages/cspell-strong-weak-map/package.json
+++ b/packages/cspell-strong-weak-map/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A Map with weakly referenced values.",
"keywords": [
"Map",
diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md
index 37d9cd8abd21..5853f41e89ec 100644
--- a/packages/cspell-tools/CHANGELOG.md
+++ b/packages/cspell-tools/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json
index 8b5b67baaf4c..04cc18d829be 100644
--- a/packages/cspell-tools/package.json
+++ b/packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Tools to assist with the development of cSpell",
"publishConfig": {
"access": "public",
diff --git a/packages/cspell-trie-lib/CHANGELOG.md b/packages/cspell-trie-lib/CHANGELOG.md
index 467c42ae5728..5a8a873ce8be 100644
--- a/packages/cspell-trie-lib/CHANGELOG.md
+++ b/packages/cspell-trie-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json
index d7b271c45e2c..adb4a66090f6 100644
--- a/packages/cspell-trie-lib/package.json
+++ b/packages/cspell-trie-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Trie Data Structure to support cspell.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-trie/CHANGELOG.md b/packages/cspell-trie/CHANGELOG.md
index e6c203a6a007..01af71f7fa58 100644
--- a/packages/cspell-trie/CHANGELOG.md
+++ b/packages/cspell-trie/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json
index 3ad165d27441..2dec57814d93 100644
--- a/packages/cspell-trie/package.json
+++ b/packages/cspell-trie/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Trie Data Structure reader for cspell",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-types/CHANGELOG.md b/packages/cspell-types/CHANGELOG.md
index 974e307e5540..9a8abb6c005c 100644
--- a/packages/cspell-types/CHANGELOG.md
+++ b/packages/cspell-types/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json
index d36a793470b2..8e6c53273d3b 100644
--- a/packages/cspell-types/package.json
+++ b/packages/cspell-types/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Types for cspell and cspell-lib",
"type": "commonjs",
"sideEffects": false,
diff --git a/packages/cspell-url/CHANGELOG.md b/packages/cspell-url/CHANGELOG.md
index 8b7b81f751e6..f8b42498879b 100644
--- a/packages/cspell-url/CHANGELOG.md
+++ b/packages/cspell-url/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json
index c62c3aeb4d95..f65620406d9a 100644
--- a/packages/cspell-url/package.json
+++ b/packages/cspell-url/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "URL parsing and manipulation utilities for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md
index d11c4f773952..1b629b18a33e 100644
--- a/packages/cspell/CHANGELOG.md
+++ b/packages/cspell/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/cspell/package.json b/packages/cspell/package.json
index 4dbce88dd2e0..df55e1530e94 100644
--- a/packages/cspell/package.json
+++ b/packages/cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A Spelling Checker for Code!",
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
"bin": {
diff --git a/packages/cspell/src/app/pkgInfo.ts b/packages/cspell/src/app/pkgInfo.ts
index 50233357c139..ac973e7dac27 100644
--- a/packages/cspell/src/app/pkgInfo.ts
+++ b/packages/cspell/src/app/pkgInfo.ts
@@ -3,7 +3,7 @@
export { pkgDir } from './dirname.js';
export const name = 'cspell';
-export const version = '8.17.0';
+export const version = '8.17.1';
export const engines = { node: '>=18' };
export const npmPackage = { name, version, engines };
diff --git a/packages/dynamic-import/CHANGELOG.md b/packages/dynamic-import/CHANGELOG.md
index 2195745fd965..a3ad02db814e 100644
--- a/packages/dynamic-import/CHANGELOG.md
+++ b/packages/dynamic-import/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json
index d958b246eec8..dca4374d9ab9 100644
--- a/packages/dynamic-import/package.json
+++ b/packages/dynamic-import/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Dynamic Module Loader",
"keywords": [
"module",
diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md
index 5b6d47da00b1..767e094afacc 100644
--- a/packages/flatpack-json/CHANGELOG.md
+++ b/packages/flatpack-json/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/flatpack-json/package.json b/packages/flatpack-json/package.json
index 10aca49a278a..778e7ae0a0c9 100644
--- a/packages/flatpack-json/package.json
+++ b/packages/flatpack-json/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
"cspell",
diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md
index 6bbc693596ba..07b6fc73cdbf 100644
--- a/packages/hunspell-reader/CHANGELOG.md
+++ b/packages/hunspell-reader/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json
index 68a35a3b4bb3..55ab7822a1cd 100644
--- a/packages/hunspell-reader/package.json
+++ b/packages/hunspell-reader/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "A library for reading Hunspell Dictionary Files",
"bin": "bin.js",
"type": "module",
diff --git a/rfc/rfc-0001 suggestions/CHANGELOG.md b/rfc/rfc-0001 suggestions/CHANGELOG.md
index f3b6e2eb6011..217f9e4d22f4 100644
--- a/rfc/rfc-0001 suggestions/CHANGELOG.md
+++ b/rfc/rfc-0001 suggestions/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json
index abf246e3c16c..23647a398f3b 100644
--- a/rfc/rfc-0001 suggestions/package.json
+++ b/rfc/rfc-0001 suggestions/package.json
@@ -1,6 +1,6 @@
{
"name": "rfc-0001-suggestions",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Possible ways to support suggestion lists",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
index 5c4409055734..3a18d79baea3 100644
--- a/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
+++ b/test-packages/cspell-dictionary/test-cspell-dictionary/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
index 24819b5d1f68..4ac6f135f2bb 100644
--- a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
+++ b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-dictionary",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-dictionary. Its purpose is to verify cspell-dictionary dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
index 6a30e9e7997e..1ccfc90422e4 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
index dbaebf1e844d..ce825355083c 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v7/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v7",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v7.",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
index 24fec7789931..c768fd2b00c1 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
index be305a1c12c0..eba60b904998 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v8/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v8",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/eslint-plugin-cspell.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
index 24fec7789931..c768fd2b00c1 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
index 2b9341a6a335..736520926f04 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9-basic/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v9-basic",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/eslint-plugin-cspell.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
index 16d3e7ab0893..e75c84978703 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
index c4f003921e76..b8a5424917e6 100644
--- a/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
+++ b/test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-eslint-plugin-v9",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/eslint-plugin-cspell and eslint v9",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
index 737d16586cc3..33611ff747f9 100644
--- a/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
+++ b/test-packages/cspell-gitignore/test-cspell-gitignore/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
index 568e1c79b598..ee42cd9f1b78 100644
--- a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
+++ b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-gitignore",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-gitignore. Its purpose is to verify cspell-gitignore dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
index e2b6844eab2f..34eb648432a5 100644
--- a/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
+++ b/test-packages/cspell-glob/test-cspell-glob/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json
index 1ad6de0e2824..8fecdb8705d6 100644
--- a/test-packages/cspell-glob/test-cspell-glob/package.json
+++ b/test-packages/cspell-glob/test-cspell-glob/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-glob",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
index 344fe79bc428..2da8589fd027 100644
--- a/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
+++ b/test-packages/cspell-io/test-cspell-io/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json
index 4b689114d315..ebf1ff48e61b 100644
--- a/test-packages/cspell-io/test-cspell-io/package.json
+++ b/test-packages/cspell-io/test-cspell-io/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-io",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
index d6e0261c63b6..573fcf24e3f3 100644
--- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
index ed0eed169c04..efcf447defaa 100644
--- a/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
+++ b/test-packages/cspell-lib/test-cspell-esbuild-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-esbuild-cjs",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-lib.",
"bin": {
"build": "build.mjs",
diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
index 05d57b991627..f1faf5a48747 100644
--- a/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-lib/test-cspell-lib-esm/package.json b/test-packages/cspell-lib/test-cspell-lib-esm/package.json
index 3cb06178fa61..11206bcb3d25 100644
--- a/test-packages/cspell-lib/test-cspell-lib-esm/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-esm",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-lib.",
"bin": "bin.mjs",
"type": "module",
diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
index 73db3b2b7d69..096f4c89a158 100644
--- a/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
index cd37ed1e56c4..1a0b1bb3e516 100644
--- a/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-rollup",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-lib.",
"bin": {
"mjs": "bin.mjs",
diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
index 28367d0e4f3c..afba55b4152e 100644
--- a/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
+++ b/test-packages/cspell-lib/test-cspell-lib-webpack/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
index 3c064eb591cc..fa39d31a4251 100644
--- a/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
+++ b/test-packages/cspell-lib/test-cspell-lib-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-lib-webpack",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-lib",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
index 386b221cb14e..2de7e2a13132 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
+++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
index d259ffe95a83..07827f9b94cc 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
+++ b/test-packages/cspell-pipe/test-cspell-pipe-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-pipe-esm",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
index fe4ae8cc7a5a..f31154c3c0ca 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
+++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
index 3074547aa8b0..1d767e4c4e9f 100644
--- a/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
+++ b/test-packages/cspell-pipe/test-cspell-pipe-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-pipe-rollup",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
index a273231216bb..61d985f5a8ea 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
index 1d03567e739c..ba57e09ef20f 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-service-bus-esm",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-service-bus.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
index eb5cb502622b..2b7bb764ec83 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
index 3fc71e728ee3..e60d09902a80 100644
--- a/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
+++ b/test-packages/cspell-service-bus/test-cspell-service-bus-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-service-bus-rollup",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-service-bus.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
index 030d8ce7a443..ca8dafd6dbf3 100644
--- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
+++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
index 305e24365338..57445c632843 100644
--- a/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
+++ b/test-packages/cspell-strong-weak-map/test-cspell-strong-weak-map/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-strong-weak-map",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package",
"private": true,
"bin": {
diff --git a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
index f4d81a1e05ad..e48cdd9df79d 100644
--- a/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
+++ b/test-packages/cspell-tools/test-cspell-tools/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json
index 5c6cfb3bbe09..a913c6527758 100644
--- a/test-packages/cspell-tools/test-cspell-tools/package.json
+++ b/test-packages/cspell-tools/test-cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-tools",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-tools.",
"private": true,
"scripts": {
diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
index a5b8d3ad33a3..7bcd995b91ac 100644
--- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
+++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
index 9af981b462d4..dc36f7eafa50 100644
--- a/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
+++ b/test-packages/cspell-trie-lib/test-cspell-trie-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-trie-lib",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package",
"private": true,
"bin": {
diff --git a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
index ad296b4e121f..0225e7763e92 100644
--- a/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-types/test-cspell-types-cjs/package.json b/test-packages/cspell-types/test-cspell-types-cjs/package.json
index fc9d8eb2c1ae..8fc538b2bd42 100644
--- a/test-packages/cspell-types/test-cspell-types-cjs/package.json
+++ b/test-packages/cspell-types/test-cspell-types-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-cjs",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"type": "commonjs",
diff --git a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
index a424090beefc..94566d4e819b 100644
--- a/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-types/test-cspell-types-esm/package.json b/test-packages/cspell-types/test-cspell-types-esm/package.json
index 44866bb8168c..8cb15afdb019 100644
--- a/test-packages/cspell-types/test-cspell-types-esm/package.json
+++ b/test-packages/cspell-types/test-cspell-types-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-esm",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
index ce7b8634c4ef..a19a538ba013 100644
--- a/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
+++ b/test-packages/cspell-types/test-cspell-types-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-types/test-cspell-types-rollup/package.json b/test-packages/cspell-types/test-cspell-types-rollup/package.json
index 4db1c784cc60..10375f8fd2aa 100644
--- a/test-packages/cspell-types/test-cspell-types-rollup/package.json
+++ b/test-packages/cspell-types/test-cspell-types-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-types-rollup",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/cspell-pipe. Its purpose is to verify @cspell/cspell-pipe dependencies.",
"private": true,
"bin": {
diff --git a/test-packages/cspell-types/validate-schema/CHANGELOG.md b/test-packages/cspell-types/validate-schema/CHANGELOG.md
index 9544b1e9b52b..5d96f3067e69 100644
--- a/test-packages/cspell-types/validate-schema/CHANGELOG.md
+++ b/test-packages/cspell-types/validate-schema/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json
index 97a2f8b8170b..ae2a800039be 100644
--- a/test-packages/cspell-types/validate-schema/package.json
+++ b/test-packages/cspell-types/validate-schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@test-packages/validate-schema",
- "version": "8.17.0",
+ "version": "8.17.1",
"private": true,
"description": "Test Schema",
"type": "module",
diff --git a/test-packages/cspell/test-cspell-cli/CHANGELOG.md b/test-packages/cspell/test-cspell-cli/CHANGELOG.md
index c7fbe07fa349..27bae7bfb211 100644
--- a/test-packages/cspell/test-cspell-cli/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-cli/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell-cli/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell-cli/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell-cli/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell-cli/issues/6676)
diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json
index d3ccb422f738..489156661174 100644
--- a/test-packages/cspell/test-cspell-cli/package.json
+++ b/test-packages/cspell/test-cspell-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-cli",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "cli for cspell",
"private": "true",
"type": "module",
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
index a55219395178..57156d3355c2 100644
--- a/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-esbuild-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
index cd33baad9e41..1170efcab64a 100644
--- a/test-packages/cspell/test-cspell-esbuild-cjs/package.json
+++ b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-esbuild-cjs",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-lib.",
"bin": {
"build": "build.mjs",
diff --git a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
index 2769730d31bf..bccdf7359694 100644
--- a/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell-esm-reporter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell-cli/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell-cli/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell-cli/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell-cli/issues/6676)
diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json
index 1aebb3d586bd..6182b1089529 100644
--- a/test-packages/cspell/test-cspell-esm-reporter/package.json
+++ b/test-packages/cspell/test-cspell-esm-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell-esm-reporter",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "cli for cspell",
"private": "true",
"type": "module",
diff --git a/test-packages/cspell/test-cspell/CHANGELOG.md b/test-packages/cspell/test-cspell/CHANGELOG.md
index fb2382b68646..94e5e44aac13 100644
--- a/test-packages/cspell/test-cspell/CHANGELOG.md
+++ b/test-packages/cspell/test-cspell/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json
index dfd81944d07a..87560135e53a 100644
--- a/test-packages/cspell/test-cspell/package.json
+++ b/test-packages/cspell/test-cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "test-cspell",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell.",
"private": true,
"type": "module",
diff --git a/test-packages/dictionaries/companies/CHANGELOG.md b/test-packages/dictionaries/companies/CHANGELOG.md
index 4436c48d5940..4f9b622d73a9 100644
--- a/test-packages/dictionaries/companies/CHANGELOG.md
+++ b/test-packages/dictionaries/companies/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell-dicts/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell-dicts/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell-dicts/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell-dicts/issues/6676)
diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json
index 3bc94f2d52a3..40f48fe506cd 100644
--- a/test-packages/dictionaries/companies/package.json
+++ b/test-packages/dictionaries/companies/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dict-companies",
- "version": "8.17.0",
+ "version": "8.17.1",
"private": true,
"description": "Company names dictionary for cspell.",
"publishConfig": {
diff --git a/test-packages/dictionaries/software-terms/CHANGELOG.md b/test-packages/dictionaries/software-terms/CHANGELOG.md
index ac8eff7b08ef..5d817d0aeeb1 100644
--- a/test-packages/dictionaries/software-terms/CHANGELOG.md
+++ b/test-packages/dictionaries/software-terms/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell-dicts/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell-dicts/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell-dicts/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell-dicts/issues/6676)
diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json
index c1f979d30dc0..89bed33279c8 100644
--- a/test-packages/dictionaries/software-terms/package.json
+++ b/test-packages/dictionaries/software-terms/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dict-software-terms",
- "version": "8.17.0",
+ "version": "8.17.1",
"private": true,
"description": "Software terms dictionary for cspell.",
"publishConfig": {
diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
index 66cd3a98138e..d622ab37ebee 100644
--- a/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-cjs/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
index 006f6700ba84..acbfc748a53a 100644
--- a/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-cjs/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-cjs",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": "./bin.cjs",
diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
index b9355ab4bc94..4506f75a2d4e 100644
--- a/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-esm/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/dynamic-import/test-dynamic-import-esm/package.json b/test-packages/dynamic-import/test-dynamic-import-esm/package.json
index ccfb1d4268c6..ebcaafcb5b11 100644
--- a/test-packages/dynamic-import/test-dynamic-import-esm/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-esm/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-esm",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": "./bin.mjs",
diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
index 983f802dff91..a1849c0779db 100644
--- a/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
+++ b/test-packages/dynamic-import/test-dynamic-import-rollup/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
index 073b1e9b7219..813ecc399de1 100644
--- a/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
+++ b/test-packages/dynamic-import/test-dynamic-import-rollup/package.json
@@ -1,6 +1,6 @@
{
"name": "test-dynamic-import-rollup",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for @cspell/dynamic-import.",
"private": true,
"bin": {
diff --git a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
index 73a9e6073fc6..c5cb6c9e51bc 100644
--- a/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
+++ b/test-packages/examples/example-cspell-lib-single-doc/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/examples/example-cspell-lib-single-doc/package.json b/test-packages/examples/example-cspell-lib-single-doc/package.json
index 2f939f5daed4..d1212ae74088 100644
--- a/test-packages/examples/example-cspell-lib-single-doc/package.json
+++ b/test-packages/examples/example-cspell-lib-single-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "example-cspell-lib-single-doc",
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Pure testing package for cspell-io. Its purpose is to verify cspell-io dependencies.",
"private": true,
"type": "module",
diff --git a/test-packages/yarn/yarn2/CHANGELOG.md b/test-packages/yarn/yarn2/CHANGELOG.md
index 00a74f2ab70b..6da45be06d31 100644
--- a/test-packages/yarn/yarn2/CHANGELOG.md
+++ b/test-packages/yarn/yarn2/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 8.17.1 (2024-12-16)
+
+* chore: Update Integration Test Performance Data (#6681) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#6681](https://github.com/streetsidesoftware/cspell/issues/6681)
+
## 8.17.0 (2024-12-15)
* chore: Update Integration Test Performance Data (#6676) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#6676](https://github.com/streetsidesoftware/cspell/issues/6676)
diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json
index 4804e4bb949a..a5cff75119fd 100644
--- a/test-packages/yarn/yarn2/package.json
+++ b/test-packages/yarn/yarn2/package.json
@@ -1,7 +1,7 @@
{
"name": "test-yarn2",
"private": true,
- "version": "8.17.0",
+ "version": "8.17.1",
"description": "Tests for dictionaries included by a Yarn 2 repository",
"main": "index.js",
"scripts": {