diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f6da7c9131..f10994803df 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 558476ab875..f35d0b50077 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 724101f0de5..ce2d00e1737 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 f7b335993e6..3e6eb846ab4 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 e9cf6a49f79..3bd8126bff9 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 2098ee5ec16..093b38588e6 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 df2df4a7607..a50e54673be 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 8328094a3cb..80afdef8d35 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 3e9c85d0a9d..82cee3410a5 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 53d08b86ffc..2a6676e87c6 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 b1e704eff50..80f4c9483e4 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 1a8a802df5d..8fdc5ae8f69 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 645bcbe0611..1f7e92812b5 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 6ca94f364fa..a33066b18ac 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 bd71bae4ad3..574386c217e 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 b22de403b88..354788e3e3c 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 75cd96befff..1ea76b92d85 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 f2e1b28c41f..16cbd2edede 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 bf768c0d620..20a0e0b4fb4 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 6ccda224f9f..8fa91bdc8ba 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 311801d3987..42362978ed6 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 97d205f7392..a43bdff90dd 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 f525d639978..f3503766226 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 1b2a2d7c20c..11ca6f9296f 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 a002448ab11..0ef7bdbd329 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 d02a0e92de7..b7af1616fc3 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 1d0f85573d8..af05abaa7ed 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 259f9e16f85..bc6a97944b8 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 ed1e3425828..a0ed9d666c6 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 529288b3ded..e290e6a675f 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 c9311cbd76d..ad68a5f8d20 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 e5f15942984..61e43e87110 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 5f780e4be28..a30037cd94c 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 8000e5784ed..cfb7071bca7 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 a0bb038f0e3..671b1209299 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 b17ab56df5d..b9ab0862a3d 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 c66a26db83b..045cc174465 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 772df74e710..c3a28ba2f1a 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 38a78901dc3..52768ee7152 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 3c5d4019651..5469debe275 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 4d3c568b138..1db90cd1454 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 9bfcde28891..6514a430704 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 0ff6aac762f..d49efa27808 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 17d6f676a94..8f60a678923 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 ecb97701929..1706aec970f 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 78c816fd47a..54da239ccbc 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 e468a5528c7..5376bc54118 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 49a1615cd7a..580f3621973 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 9c7913ede2f..5e91be509ea 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 57678bbda9a..dff26fd11b3 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 51125eaa70a..ff1085e2035 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 30ed7768373..7e6fa017abf 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 fd85dcc033d..fd0d141aea0 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 f7423129b07..3bc74dad8d8 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 3fd2319f459..3c560e7caad 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 0c441d0d4f5..f83292bf06c 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 41fe1e41101..2b58c8a4c80 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 a1abcf5964e..1c35a364d26 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 aa104f23008..c9302f50da4 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 889152a5b2c..85c9a0d099d 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 023ae2e108c..28bd3833e04 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 952cae2a66c..6d79a653d95 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 a92f3b1c6e7..94f4f69a7b3 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 93078cc9739..81cdd3a1543 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 ad0b14f2fd6..f95ec999300 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 9758bbdf4ed..d80e95f4eda 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 56c25e45928..e8676774090 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 a674434a7cf..2b33d75b4cc 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 cfbaec6d898..88edbef7121 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 c3917160bb3..50628370b1c 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 2bbcc544245..b709b540cff 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 1854fe3bf8b..1f293aadc9c 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 babc2e74d0a..424983fd038 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 330d53cbc9f..6c0896bcacb 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 8106a30fc91..835cb9c47cf 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 8f4887a794e..b59f493c370 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 2efa60e5f99..3c97aae955e 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 ab7dd557262..0eaec2a6dd4 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 72d4d8686c3..78d4708e4bc 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 a273cc0db67..4a38fca90b3 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 ee1a377a7e6..7b44b000919 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 c57d52f1e0a..ca2b725a85a 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 896a98e2995..caee1403c07 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 c0f7f46d5b4..44ad1baf107 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 f0a0a29cdf3..0a76bb242c6 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 a6199f22ec8..99f835ed4b7 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 61828f4a259..269bfd0bcf1 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 c8925358e44..5323a644dd3 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 b2cb5767488..70f782b31f4 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 92e33f0fc26..22267e693dd 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 6d39dd9cb27..918e6d4490f 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 7a8d0e90e53..b4dfd2fd62d 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 58bee6d413f..e34770eea56 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 e8a17820586..2e6114c8b33 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 25e7fbeaeb5..7f1fbca4c92 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 d3cd51c0d8c..15564fccf6a 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 8c1ffa5c257..b42b5c6f767 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 685e9c2508e..cff3a3229fb 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 5a4f504f187..bc151c8b3d5 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 a8d892474f7..884ac5b27d2 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 0d504fa7958..b7ee096627c 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 45f5d383f6a..3db9fc1aca1 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 34370da08ed..5e83d48281e 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 e2b55ee56c0..e353c3bacdb 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 8ec0d8b709a..e111f83c127 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 d46fcb85f6f..59500bcc25f 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 448d9dd9267..df53bee0c16 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 529cb931e2e..0ad26b411f8 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 0c1e086f8f1..1f751029dd1 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 b6787c8999e..497c1cd0f5c 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 930161f3a1b..a6047f39666 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 8102351bdb9..45a9b6245de 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 20c1dabd7e5..2da2fce3750 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 3f17edb2a7b..dbaac3e2837 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 06ab7d9e8be..e4a0b6d77cf 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 7644f258455..0a433ee99ae 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 ca9ebc3da86..0f2f75a9438 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 9be684022ed..53bded824f0 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 21183911e34..5efa72fb3a2 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 93e141f8c38..97abaf0d16d 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 dfb213f7587..629e4002304 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": {