Skip to content

Commit 4ad36d5

Browse files
chore: Prepare Release v9.7.1
1 parent f5ffe95 commit 4ad36d5

31 files changed

Lines changed: 421 additions & 3 deletions

File tree

.release.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "v9.7.0",
3-
"version": "9.7.0",
4-
"tag": "v9.7.0"
2+
"name": "v9.7.1",
3+
"version": "9.7.1",
4+
"tag": "v9.7.1"
55
}

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,89 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
<details>
11+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)</summary>
12+
13+
### fix: Workflow Bot -- Update Dictionaries (main) ([#8670](https://github.com/streetsidesoftware/cspell/pull/8670))
14+
15+
# Update Dictionaries (main)
16+
17+
## Summary
18+
19+
```
20+
.../microsoft/TypeScript-Website/report.yaml | 13 ++--
21+
.../microsoft/TypeScript-Website/snapshot.txt | 3 +-
22+
.../snapshots/vitest-dev/vitest/report.yaml | 8 +--
23+
.../snapshots/vitest-dev/vitest/snapshot.txt | 5 +-
24+
packages/cspell-bundled-dicts/package.json | 12 ++--
25+
pnpm-lock.yaml | 72 ++++++++++++----------
26+
6 files changed, 56 insertions(+), 57 deletions(-)
27+
```
28+
29+
---
30+
31+
</details>
32+
33+
<details>
34+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)</summary>
35+
36+
### fix: Workflow Bot -- Update Dictionaries (main) ([#8647](https://github.com/streetsidesoftware/cspell/pull/8647))
37+
38+
# Update Dictionaries (main)
39+
40+
## Summary
41+
42+
```
43+
packages/cspell-bundled-dicts/package.json | 2 +-
44+
pnpm-lock.yaml | 12 ++++++------
45+
2 files changed, 7 insertions(+), 7 deletions(-)
46+
```
47+
48+
---
49+
50+
</details>
51+
52+
<details>
53+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)</summary>
54+
55+
### fix: Workflow Bot -- Update Dictionaries (main) ([#8637](https://github.com/streetsidesoftware/cspell/pull/8637))
56+
57+
# Update Dictionaries (main)
58+
59+
## Summary
60+
61+
```
62+
.../MartinThoma/LaTeX-examples/report.yaml | 10 +---
63+
.../MartinThoma/LaTeX-examples/snapshot.txt | 10 +---
64+
.../aspnetboilerplate/report.yaml | 3 +-
65+
.../aspnetboilerplate/snapshot.txt | 3 +-
66+
.../snapshots/django/django/report.yaml | 6 +--
67+
.../snapshots/django/django/snapshot.txt | 3 +-
68+
.../snapshots/eslint/eslint/report.yaml | 4 +-
69+
.../snapshots/eslint/eslint/snapshot.txt | 3 +-
70+
.../snapshots/liriliri/licia/report.yaml | 3 +-
71+
.../snapshots/liriliri/licia/snapshot.txt | 3 +-
72+
.../snapshots/neovim/nvim-lspconfig/report.yaml | 6 +--
73+
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 8 +--
74+
.../snapshots/sveltejs/svelte/report.yaml | 3 +-
75+
.../snapshots/sveltejs/svelte/snapshot.txt | 3 +-
76+
.../snapshots/vitest-dev/vitest/report.yaml | 4 +-
77+
.../snapshots/vitest-dev/vitest/snapshot.txt | 5 +-
78+
.../snapshots/wireapp/wire-webapp/report.yaml | 9 +---
79+
.../snapshots/wireapp/wire-webapp/snapshot.txt | 7 +--
80+
packages/cspell-bundled-dicts/package.json | 10 ++--
81+
pnpm-lock.yaml | 58 +++++++++++-----------
82+
20 files changed, 62 insertions(+), 99 deletions(-)
83+
```
84+
85+
---
86+
87+
</details>
88+
689
## v9.7.0 (2026-02-23)
790

891
### Features

packages/cspell-bundled-dicts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-config-lib/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-dictionary/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-eslint-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-filetypes/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-gitignore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-glob/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

packages/cspell-grammar/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.7.1 (2026-03-02)
7+
8+
### Dictionary Updates
9+
10+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8670">#8670</a>)
11+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8647">#8647</a>)
12+
13+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/8637">#8637</a>)
14+
615
## v9.7.0 (2026-02-23)
716

817
### Features

0 commit comments

Comments
 (0)