diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3cbfb98d62..860885718ec 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md
index 4ffd742f0de..b88c986aa05 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/integration-tests/package.json b/integration-tests/package.json
index 539d6f141a8..53fe1cabc4f 100644
--- a/integration-tests/package.json
+++ b/integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
- "version": "8.15.1",
+ "version": "8.15.2",
"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 d524e642625..ea1fe4363b0 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
- "version": "8.15.1",
+ "version": "8.15.2",
"command": {
"version": {
"allowBranch": "main",
diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md
index 3e5b290b2e1..71d99bf331e 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/Samples/package.json b/packages/Samples/package.json
index cb99cac27af..87614d4e9c7 100644
--- a/packages/Samples/package.json
+++ b/packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "@internal/cspell-tools-samples",
- "version": "8.15.1",
+ "version": "8.15.2",
"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 b8843660890..b0b64fc0e31 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index 12012920071..f21cce93680 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.15.1",
+ "version": "8.15.2",
"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 306a2590142..d7c74bd47f7 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json
index b266cd2bcb7..4058f09bec8 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.15.1",
+ "version": "8.15.2",
"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 b9df1872593..1ed08cb4f2e 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json
index 46cd13a8872..f819edc8bf8 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.15.1",
+ "version": "8.15.2",
"description": "CSpell Config library",
"keywords": [
"cspell",
diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md
index 61df806e9fa..edeb9605f1e 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json
index 7e6c8007a09..56038a87169 100644
--- a/packages/cspell-dictionary/package.json
+++ b/packages/cspell-dictionary/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 24a2ac063f5..12ef4059172 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json
index 3a07466050a..828a5bfe300 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.15.1",
+ "version": "8.15.2",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
diff --git a/packages/cspell-filetypes/CHANGELOG.md b/packages/cspell-filetypes/CHANGELOG.md
index 70df3d213ac..9342a33d838 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-filetypes/package.json b/packages/cspell-filetypes/package.json
index 6da562abfd8..57f413cd043 100644
--- a/packages/cspell-filetypes/package.json
+++ b/packages/cspell-filetypes/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 af8d7c3c4e0..f6d0d70a94b 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json
index bea92d4530f..862ea0aee25 100644
--- a/packages/cspell-gitignore/package.json
+++ b/packages/cspell-gitignore/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md
index d704b39221e..6d343f80360 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json
index df366c60ae3..39aa296f5c3 100644
--- a/packages/cspell-glob/package.json
+++ b/packages/cspell-glob/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md
index 7a5ca149cb4..da859c952af 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json
index acb0ac4fe9d..7b2000ecfa1 100644
--- a/packages/cspell-grammar/package.json
+++ b/packages/cspell-grammar/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md
index 4a838a4108d..23d54a2a14c 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json
index 8a8612cd7df..44e0e281b41 100644
--- a/packages/cspell-io/package.json
+++ b/packages/cspell-io/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 8f9e6098a08..e0ac07ce00c 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json
index 04597bb0bc9..03dc3c97d42 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.15.1",
+ "version": "8.15.2",
"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 5405bdebb1a..6770484cf58 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json
index 77dc7a2b60c..dd6ba3c3c5c 100644
--- a/packages/cspell-lib/package.json
+++ b/packages/cspell-lib/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 70df3d213ac..9342a33d838 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-normalize-json/package.json b/packages/cspell-normalize-json/package.json
index 2c4661d4b75..866bcc85163 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.15.1",
+ "version": "8.15.2",
"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 6e7cee9292e..1e1f521fff7 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json
index 759d1c51813..d3b375efd3b 100644
--- a/packages/cspell-pipe/package.json
+++ b/packages/cspell-pipe/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 0af77c1652c..2efc0bb0661 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json
index 3429459069f..2c75403f760 100644
--- a/packages/cspell-resolver/package.json
+++ b/packages/cspell-resolver/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 e6dbd4a81b4..f775ebc1e00 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json
index fb2d8d8ed90..372509a3a27 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.15.1",
+ "version": "8.15.2",
"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 5c3fb4af72b..eb57082b748 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json
index 18b1c241436..6d04bbe775a 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.15.1",
+ "version": "8.15.2",
"description": "A Map with weakly referenced values.",
"keywords": [
"Map",
diff --git a/packages/cspell-tools/CHANGELOG.md b/packages/cspell-tools/CHANGELOG.md
index f32911f7b06..ff1221f65be 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json
index ad1c072ce9f..657584b4889 100644
--- a/packages/cspell-tools/package.json
+++ b/packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
- "version": "8.15.1",
+ "version": "8.15.2",
"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 37b8899e15d..5d8bd23bce2 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json
index 5363cd31143..9e33c8c2776 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.15.1",
+ "version": "8.15.2",
"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 b42541513b0..d5c9f9d9906 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json
index dfdeafb5496..d20bf678db4 100644
--- a/packages/cspell-trie/package.json
+++ b/packages/cspell-trie/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 aaa8a58f71a..df04b4b9858 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json
index 75a0ff6a9aa..325144e2645 100644
--- a/packages/cspell-types/package.json
+++ b/packages/cspell-types/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 ed03ca16f9c..38f841a5657 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json
index e3e5b04fb00..5b18edfb031 100644
--- a/packages/cspell-url/package.json
+++ b/packages/cspell-url/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"description": "URL parsing and manipulation utilities for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md
index aac9af4da0b..081b1ea20fc 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/cspell/package.json b/packages/cspell/package.json
index 7106cdc9e92..0fa7be869e2 100644
--- a/packages/cspell/package.json
+++ b/packages/cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell",
- "version": "8.15.1",
+ "version": "8.15.2",
"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 95668d7be5e..90c66c3015d 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.15.1';
+export const version = '8.15.2';
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 ac394daa58b..9b7b705bb1b 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json
index 9a5bdba3cd3..0f6861c8711 100644
--- a/packages/dynamic-import/package.json
+++ b/packages/dynamic-import/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"description": "Dynamic Module Loader",
"keywords": [
"module",
diff --git a/packages/flatpack-json/CHANGELOG.md b/packages/flatpack-json/CHANGELOG.md
index 70df3d213ac..9342a33d838 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/flatpack-json/package.json b/packages/flatpack-json/package.json
index 44fe1afae9d..bd9a78c8620 100644
--- a/packages/flatpack-json/package.json
+++ b/packages/flatpack-json/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 b9d539dcee1..917dd5fc9e4 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json
index 2a30204e58a..43e4a0e13b1 100644
--- a/packages/hunspell-reader/package.json
+++ b/packages/hunspell-reader/package.json
@@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
- "version": "8.15.1",
+ "version": "8.15.2",
"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 f00bd2e9974..758fd78c626 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json
index de173dbd257..81710d9caa3 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.15.1",
+ "version": "8.15.2",
"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 4038678b449..8d6315898dc 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
index 807014962da..dc8cf14d8ef 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.15.1",
+ "version": "8.15.2",
"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 a19362c4c44..9f6e9370a8c 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 38238e556c5..4fbc4acad85 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.15.1",
+ "version": "8.15.2",
"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 1e539cb55d1..0b84c0051a6 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 999d2550b99..8a0153b76a6 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.15.1",
+ "version": "8.15.2",
"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 1e539cb55d1..0b84c0051a6 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 98d5b54f76a..d5c91d0b1c1 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.15.1",
+ "version": "8.15.2",
"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 2f695ad3d72..1043f57188d 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 d6300f9ddaf..1c7a19b0f14 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.15.1",
+ "version": "8.15.2",
"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 cbdff9c714e..0022ec3104c 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
index bf613f3221e..28631585873 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.15.1",
+ "version": "8.15.2",
"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 89ee6eaab8e..f91b3a3d478 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json
index dc5abce4a3f..51a0ed6af36 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.15.1",
+ "version": "8.15.2",
"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 c2f30af1f5c..9daa1fcf509 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json
index 40fa0c62219..2dcb6d8206c 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.15.1",
+ "version": "8.15.2",
"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 3acfb5d9143..26b4f5dbbda 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 09a39c684ba..9ade55a37d1 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.15.1",
+ "version": "8.15.2",
"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 ca2582490aa..ba49c083b01 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 4176965e4f7..2c7a0470a6c 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.15.1",
+ "version": "8.15.2",
"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 342d60d9b8c..bffa7831e30 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 80cbba9bea5..ad65f11899b 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.15.1",
+ "version": "8.15.2",
"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 121e607bbab..2ab611770e8 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 ca9369493b7..d40f458fbbc 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.15.1",
+ "version": "8.15.2",
"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 16bf3339b51..ae1f5fc0b59 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 a69d3000bc9..68ab25fb073 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.15.1",
+ "version": "8.15.2",
"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 80d630cebe9..e6dff8b5994 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 dd2cf7a66b2..b377a65e5f2 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.15.1",
+ "version": "8.15.2",
"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 c2778288d08..bde96835741 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 b31eb8ca38b..6863781dc0a 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.15.1",
+ "version": "8.15.2",
"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 9a3abe24a99..00d735d9cc5 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 e995628f33a..2b759751377 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.15.1",
+ "version": "8.15.2",
"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 f9f6a5f5a72..e85c7ccf405 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 fae4ef64bd0..8f23c6ab424 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.15.1",
+ "version": "8.15.2",
"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 4ec62421017..7c29ba7e4cb 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json
index f7d22e38d98..d7758625aad 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.15.1",
+ "version": "8.15.2",
"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 dbfad708e7b..19bf63cf823 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 19f5e7fe2ba..0f92d03d97e 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.15.1",
+ "version": "8.15.2",
"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 b084cdded26..bd824a54d4b 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 fb7a3e38c9a..3b5a07934ca 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.15.1",
+ "version": "8.15.2",
"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 8c529a9f82b..f0375ba67ca 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 c675897264c..1f1f64c96b2 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.15.1",
+ "version": "8.15.2",
"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 676e9f00f6c..5f6a28d4c04 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 2db79772703..8c507708b28 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.15.1",
+ "version": "8.15.2",
"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 4ad10ecf31b..018c033ba79 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json
index 40463f06ef6..c7bacf4421b 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.15.1",
+ "version": "8.15.2",
"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 2cfa5812666..fe3c21dcfc7 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell-cli/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell-cli/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell-cli/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell-cli/issues/6350)
diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json
index 326e358a648..6b5442deab0 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.15.1",
+ "version": "8.15.2",
"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 48d62259282..64df1c8e973 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
index a5223beee79..996ffc3744a 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.15.1",
+ "version": "8.15.2",
"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 23c0b8da418..73bfb5daefe 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell-cli/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell-cli/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell-cli/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell-cli/issues/6350)
diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json
index 16a875b98d6..dcb0308aef8 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.15.1",
+ "version": "8.15.2",
"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 a40a7661652..a8ad627c83b 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json
index 5c692f2acf9..23b28b5b208 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.15.1",
+ "version": "8.15.2",
"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 f327e3e6f73..40d34c6e230 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell-dicts/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell-dicts/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell-dicts/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell-dicts/issues/6350)
diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json
index 3ea5bcb915e..6f378b6e7f5 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.15.1",
+ "version": "8.15.2",
"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 4c0c2c93c92..4b1094674eb 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell-dicts/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell-dicts/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell-dicts/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell-dicts/issues/6350)
diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json
index c41795c987c..ec41521b3fe 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.15.1",
+ "version": "8.15.2",
"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 a39e28b5a3b..ece3bd98de3 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 3491f755f32..145b9ea6760 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.15.1",
+ "version": "8.15.2",
"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 e12c327ed99..a8a3ad241f4 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 9e6a2d2357e..2a9b2755067 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.15.1",
+ "version": "8.15.2",
"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 4a3448acd27..75989ee972b 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 c63fdc8a9e2..f8a86ec0c5d 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.15.1",
+ "version": "8.15.2",
"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 8cf06070364..ecdc7781f0d 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
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 587ff07e214..0c05b8a3dce 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.15.1",
+ "version": "8.15.2",
"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 233805e5da2..f161602c7ba 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.15.2 (2024-10-14)
+
+* chore: Update Integration Test Performance Data (#6361) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#6361](https://github.com/streetsidesoftware/cspell/issues/6361)
+
## 8.15.1 (2024-10-11)
* fix: Sign Published Packages (#6350) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#6350](https://github.com/streetsidesoftware/cspell/issues/6350)
diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json
index c0d802b43fc..580ee2adcf1 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.15.1",
+ "version": "8.15.2",
"description": "Tests for dictionaries included by a Yarn 2 repository",
"main": "index.js",
"scripts": {