diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f6da7c91314..f10994803df3 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md
index 558476ab875c..f35d0b50077d 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/integration-tests/package.json b/integration-tests/package.json
index 724101f0de5e..ce2d00e17376 100644
--- a/integration-tests/package.json
+++ b/integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
- "version": "8.13.0",
+ "version": "8.13.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 f7b335993e65..3e6eb846ab4e 100644
--- a/lerna.json
+++ b/lerna.json
@@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
- "version": "8.13.0",
+ "version": "8.13.1",
"command": {
"version": {
"allowBranch": "main",
diff --git a/packages/Samples/CHANGELOG.md b/packages/Samples/CHANGELOG.md
index e9cf6a49f794..3bd8126bff9a 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/Samples/package.json b/packages/Samples/package.json
index 2098ee5ec164..093b38588e61 100644
--- a/packages/Samples/package.json
+++ b/packages/Samples/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
- "version": "8.13.0",
+ "version": "8.13.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 df2df4a76079..a50e54673be7 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index 8328094a3cb7..80afdef8d35f 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.13.0",
+ "version": "8.13.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 3e9c85d0a9dd..82cee3410a5b 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-code-snippets/package.json b/packages/cspell-code-snippets/package.json
index 53d08b86ffc1..2a6676e87c67 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.13.0",
+ "version": "8.13.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 b1e704eff502..80f4c9483e42 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-config-lib/package.json b/packages/cspell-config-lib/package.json
index 1a8a802df5db..8fdc5ae8f697 100644
--- a/packages/cspell-config-lib/package.json
+++ b/packages/cspell-config-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-config-lib",
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "CSpell Config library",
"keywords": [
"cspell",
diff --git a/packages/cspell-dictionary/CHANGELOG.md b/packages/cspell-dictionary/CHANGELOG.md
index 645bcbe06118..1f7e92812b52 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-dictionary/package.json b/packages/cspell-dictionary/package.json
index 6ca94f364fac..a33066b18ac8 100644
--- a/packages/cspell-dictionary/package.json
+++ b/packages/cspell-dictionary/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-dictionary",
- "version": "8.13.0",
+ "version": "8.13.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 bd71bae4ad35..574386c217e8 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-eslint-plugin/package.json b/packages/cspell-eslint-plugin/package.json
index b22de403b88e..354788e3e3c0 100644
--- a/packages/cspell-eslint-plugin/package.json
+++ b/packages/cspell-eslint-plugin/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
diff --git a/packages/cspell-gitignore/CHANGELOG.md b/packages/cspell-gitignore/CHANGELOG.md
index 75cd96befffa..1ea76b92d85d 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-gitignore/package.json b/packages/cspell-gitignore/package.json
index f2e1b28c41f1..16cbd2edede0 100644
--- a/packages/cspell-gitignore/package.json
+++ b/packages/cspell-gitignore/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-glob/CHANGELOG.md b/packages/cspell-glob/CHANGELOG.md
index bf768c0d620c..20a0e0b4fb46 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-glob/package.json b/packages/cspell-glob/package.json
index 6ccda224f9fe..8fa91bdc8ba2 100644
--- a/packages/cspell-glob/package.json
+++ b/packages/cspell-glob/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-grammar/CHANGELOG.md b/packages/cspell-grammar/CHANGELOG.md
index 311801d39878..42362978ed62 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-grammar/package.json b/packages/cspell-grammar/package.json
index 97d205f73928..a43bdff90ddd 100644
--- a/packages/cspell-grammar/package.json
+++ b/packages/cspell-grammar/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell-io/CHANGELOG.md b/packages/cspell-io/CHANGELOG.md
index f525d6399789..f35037662261 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-io/package.json b/packages/cspell-io/package.json
index 1b2a2d7c20c2..11ca6f9296fc 100644
--- a/packages/cspell-io/package.json
+++ b/packages/cspell-io/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
- "version": "8.13.0",
+ "version": "8.13.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 a002448ab118..0ef7bdbd329d 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-json-reporter/package.json b/packages/cspell-json-reporter/package.json
index d02a0e92de7b..b7af1616fc3a 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.13.0",
+ "version": "8.13.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 1d0f85573d86..af05abaa7ed8 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-lib/package.json b/packages/cspell-lib/package.json
index 259f9e16f85c..bc6a97944b8d 100644
--- a/packages/cspell-lib/package.json
+++ b/packages/cspell-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
diff --git a/packages/cspell-pipe/CHANGELOG.md b/packages/cspell-pipe/CHANGELOG.md
index ed1e34258286..a0ed9d666c6d 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-pipe/package.json b/packages/cspell-pipe/package.json
index 529288b3ded5..e290e6a675f3 100644
--- a/packages/cspell-pipe/package.json
+++ b/packages/cspell-pipe/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.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 c9311cbd76da..ad68a5f8d201 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-resolver/package.json b/packages/cspell-resolver/package.json
index e5f159429849..61e43e871104 100644
--- a/packages/cspell-resolver/package.json
+++ b/packages/cspell-resolver/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.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 5f780e4be28f..a30037cd94c3 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-service-bus/package.json b/packages/cspell-service-bus/package.json
index 8000e5784ed0..cfb7071bca7b 100644
--- a/packages/cspell-service-bus/package.json
+++ b/packages/cspell-service-bus/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.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 a0bb038f0e33..671b12092998 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-strong-weak-map/package.json b/packages/cspell-strong-weak-map/package.json
index b17ab56df5d3..b9ab0862a3de 100644
--- a/packages/cspell-strong-weak-map/package.json
+++ b/packages/cspell-strong-weak-map/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.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 c66a26db83b4..045cc1744650 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-tools/package.json b/packages/cspell-tools/package.json
index 772df74e7107..c3a28ba2f1a8 100644
--- a/packages/cspell-tools/package.json
+++ b/packages/cspell-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-tools",
- "version": "8.13.0",
+ "version": "8.13.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 38a78901dc36..52768ee71528 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-trie-lib/package.json b/packages/cspell-trie-lib/package.json
index 3c5d40196516..5469debe2759 100644
--- a/packages/cspell-trie-lib/package.json
+++ b/packages/cspell-trie-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-trie-lib",
- "version": "8.13.0",
+ "version": "8.13.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 4d3c568b1382..1db90cd14549 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-trie/package.json b/packages/cspell-trie/package.json
index 9bfcde288913..6514a4307049 100644
--- a/packages/cspell-trie/package.json
+++ b/packages/cspell-trie/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-trie",
- "version": "8.13.0",
+ "version": "8.13.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 0ff6aac762f7..d49efa278089 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-types/package.json b/packages/cspell-types/package.json
index 17d6f676a941..8f60a678923d 100644
--- a/packages/cspell-types/package.json
+++ b/packages/cspell-types/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.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 ecb977019293..1706aec970f9 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell-url/package.json b/packages/cspell-url/package.json
index 78c816fd47a2..54da239ccbc5 100644
--- a/packages/cspell-url/package.json
+++ b/packages/cspell-url/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "URL parsing and manipulation utilities for cspell",
"keywords": [
"cspell",
diff --git a/packages/cspell/CHANGELOG.md b/packages/cspell/CHANGELOG.md
index e468a5528c7b..5376bc541184 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/cspell/package.json b/packages/cspell/package.json
index 49a1615cd7a0..580f36219732 100644
--- a/packages/cspell/package.json
+++ b/packages/cspell/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell",
- "version": "8.13.0",
+ "version": "8.13.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 9c7913ede2f6..5e91be509ea7 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.13.0';
+export const version = '8.13.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 57678bbda9a4..dff26fd11b38 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/dynamic-import/package.json b/packages/dynamic-import/package.json
index 51125eaa70a3..ff1085e2035d 100644
--- a/packages/dynamic-import/package.json
+++ b/packages/dynamic-import/package.json
@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
- "version": "8.13.0",
+ "version": "8.13.1",
"description": "Dynamic Module Loader",
"keywords": [
"module",
diff --git a/packages/hunspell-reader/CHANGELOG.md b/packages/hunspell-reader/CHANGELOG.md
index 30ed77683738..7e6fa017abf3 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/packages/hunspell-reader/package.json b/packages/hunspell-reader/package.json
index fd85dcc033da..fd0d141aea08 100644
--- a/packages/hunspell-reader/package.json
+++ b/packages/hunspell-reader/package.json
@@ -1,6 +1,6 @@
{
"name": "hunspell-reader",
- "version": "8.13.0",
+ "version": "8.13.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 f7423129b072..3bc74dad8d82 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/rfc/rfc-0001 suggestions/package.json b/rfc/rfc-0001 suggestions/package.json
index 3fd2319f4592..3c560e7caad1 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.13.0",
+ "version": "8.13.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 0c441d0d4f56..f83292bf06cf 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-dictionary/test-cspell-dictionary/package.json b/test-packages/cspell-dictionary/test-cspell-dictionary/package.json
index 41fe1e411015..2b58c8a4c80f 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.13.0",
+ "version": "8.13.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 a1abcf5964ee..1c35a364d262 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 aa104f23008e..c9302f50da43 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.13.0",
+ "version": "8.13.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 889152a5b2cf..85c9a0d099db 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 023ae2e108ce..28bd3833e041 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.13.0",
+ "version": "8.13.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 952cae2a66c6..6d79a653d95d 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 a92f3b1c6e7f..94f4f69a7b30 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.13.0",
+ "version": "8.13.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 93078cc97392..81cdd3a15437 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-gitignore/test-cspell-gitignore/package.json b/test-packages/cspell-gitignore/test-cspell-gitignore/package.json
index ad0b14f2fd63..f95ec999300c 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.13.0",
+ "version": "8.13.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 9758bbdf4ed9..d80e95f4edad 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-glob/test-cspell-glob/package.json b/test-packages/cspell-glob/test-cspell-glob/package.json
index 56c25e459286..e8676774090a 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.13.0",
+ "version": "8.13.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 a674434a7cf7..2b33d75b4ccc 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-io/test-cspell-io/package.json b/test-packages/cspell-io/test-cspell-io/package.json
index cfbaec6d8985..88edbef71213 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.13.0",
+ "version": "8.13.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 c3917160bb34..50628370b1c0 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 2bbcc5442457..b709b540cffa 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.13.0",
+ "version": "8.13.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 1854fe3bf8bc..1f293aadc9c8 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 babc2e74d0ab..424983fd038a 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.13.0",
+ "version": "8.13.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 330d53cbc9f9..6c0896bcacb0 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 8106a30fc91f..835cb9c47cf2 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.13.0",
+ "version": "8.13.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 8f4887a794e2..b59f493c3700 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 2efa60e5f99b..3c97aae955eb 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.13.0",
+ "version": "8.13.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 ab7dd557262b..0eaec2a6dd42 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 72d4d8686c3f..78d4708e4bc7 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.13.0",
+ "version": "8.13.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 a273cc0db672..4a38fca90b3a 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 ee1a377a7e69..7b44b000919e 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.13.0",
+ "version": "8.13.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 c57d52f1e0a2..ca2b725a85ab 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 896a98e29953..caee1403c07d 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.13.0",
+ "version": "8.13.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 c0f7f46d5b47..44ad1baf1077 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 f0a0a29cdf3c..0a76bb242c6f 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.13.0",
+ "version": "8.13.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 a6199f22ec82..99f835ed4b7f 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 61828f4a2597..269bfd0bcf12 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.13.0",
+ "version": "8.13.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 c8925358e449..5323a644dd3f 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-tools/test-cspell-tools/package.json b/test-packages/cspell-tools/test-cspell-tools/package.json
index b2cb57674883..70f782b31f4f 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.13.0",
+ "version": "8.13.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 92e33f0fc266..22267e693dd6 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 6d39dd9cb277..918e6d4490fa 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.13.0",
+ "version": "8.13.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 7a8d0e90e535..b4dfd2fd62d3 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 58bee6d413ff..e34770eea565 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.13.0",
+ "version": "8.13.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 e8a178205868..2e6114c8b337 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 25e7fbeaeb59..7f1fbca4c92c 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.13.0",
+ "version": "8.13.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 d3cd51c0d8c7..15564fccf6ad 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 8c1ffa5c2574..b42b5c6f7670 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.13.0",
+ "version": "8.13.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 685e9c2508e6..cff3a3229fb1 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell-types/validate-schema/package.json b/test-packages/cspell-types/validate-schema/package.json
index 5a4f504f1872..bc151c8b3d5b 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.13.0",
+ "version": "8.13.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 a8d892474f72..884ac5b27d2f 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-cli/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-cli/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell-cli/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell-cli/issues/6011)
diff --git a/test-packages/cspell/test-cspell-cli/package.json b/test-packages/cspell/test-cspell-cli/package.json
index 0d504fa79582..b7ee096627c9 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.13.0",
+ "version": "8.13.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 45f5d383f6a0..3db9fc1aca15 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell/test-cspell-esbuild-cjs/package.json b/test-packages/cspell/test-cspell-esbuild-cjs/package.json
index 34370da08ed5..5e83d48281e4 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.13.0",
+ "version": "8.13.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 e2b55ee56c0b..e353c3bacdb5 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-cli/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-cli/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell-cli/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell-cli/issues/6011)
diff --git a/test-packages/cspell/test-cspell-esm-reporter/package.json b/test-packages/cspell/test-cspell-esm-reporter/package.json
index 8ec0d8b709ae..e111f83c1275 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.13.0",
+ "version": "8.13.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 d46fcb85f6f9..59500bcc25f4 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/cspell/test-cspell/package.json b/test-packages/cspell/test-cspell/package.json
index 448d9dd92671..df53bee0c163 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.13.0",
+ "version": "8.13.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 529cb931e2ea..0ad26b411f8a 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-dicts/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-dicts/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell-dicts/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell-dicts/issues/6011)
diff --git a/test-packages/dictionaries/companies/package.json b/test-packages/dictionaries/companies/package.json
index 0c1e086f8f12..1f751029dd1a 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.13.0",
+ "version": "8.13.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 b6787c8999ec..497c1cd0f5c3 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell-dicts/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell-dicts/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell-dicts/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell-dicts/issues/6011)
diff --git a/test-packages/dictionaries/software-terms/package.json b/test-packages/dictionaries/software-terms/package.json
index 930161f3a1b9..a6047f396662 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.13.0",
+ "version": "8.13.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 8102351bdb94..45a9b6245de1 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 20c1dabd7e56..2da2fce3750f 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.13.0",
+ "version": "8.13.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 3f17edb2a7b8..dbaac3e28379 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 06ab7d9e8be7..e4a0b6d77cf2 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.13.0",
+ "version": "8.13.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 7644f258455e..0a433ee99ae6 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 ca9ebc3da869..0f2f75a9438b 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.13.0",
+ "version": "8.13.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 9be684022ed0..53bded824f0f 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
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 21183911e345..5efa72fb3a2f 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.13.0",
+ "version": "8.13.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 93e141f8c38d..97abaf0d16d9 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.13.1 (2024-08-02)
+
+* chore: Update Integration Test Performance Data (#6028) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#6028](https://github.com/streetsidesoftware/cspell/issues/6028)
+
## 8.13.0 (2024-07-30)
* chore: Update Integration Test Performance Data (#6011) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#6011](https://github.com/streetsidesoftware/cspell/issues/6011)
diff --git a/test-packages/yarn/yarn2/package.json b/test-packages/yarn/yarn2/package.json
index dfb213f75874..629e40023043 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.13.0",
+ "version": "8.13.1",
"description": "Tests for dictionaries included by a Yarn 2 repository",
"main": "index.js",
"scripts": {