Skip to content

Commit 76c6f6d

Browse files
chore(main): release 7.2.1 (#2405)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33d4ba9 commit 76c6f6d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.2.0"
2+
".": "7.2.1"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.2.1](https://github.com/streetsidesoftware/cspell-action/compare/v7.2.0...v7.2.1) (2025-10-26)
6+
7+
8+
### Updates and Bug Fixes
9+
10+
* empty report setting will use the value in a config file if it is defined, otherwise use `all` ([374c805](https://github.com/streetsidesoftware/cspell-action/commit/374c8056af660bd043cb1b2c9ce40fb840b90557))
11+
* Make sure the report default is undefined ([#2475](https://github.com/streetsidesoftware/cspell-action/issues/2475)) ([33d4ba9](https://github.com/streetsidesoftware/cspell-action/commit/33d4ba9b613b6176aeee83a9560b56f0af47ba78))
12+
* Update CSpell version (9.2.1) ([#2426](https://github.com/streetsidesoftware/cspell-action/issues/2426)) ([c7313f0](https://github.com/streetsidesoftware/cspell-action/commit/c7313f0c7dae0d3da5d5e0a1966c7266368c9fb1))
13+
* Update CSpell version (9.2.2) ([#2460](https://github.com/streetsidesoftware/cspell-action/issues/2460)) ([f604f36](https://github.com/streetsidesoftware/cspell-action/commit/f604f36bd3d403de34fb7f4ec04ff0e61e35caf6))
14+
* Update Dictionaries and Dependencies ([#2404](https://github.com/streetsidesoftware/cspell-action/issues/2404)) ([42b73be](https://github.com/streetsidesoftware/cspell-action/commit/42b73beb1ce1fe80ececca2bdecbf3906a9ba794))
15+
* Update Dictionaries and Dependencies ([#2416](https://github.com/streetsidesoftware/cspell-action/issues/2416)) ([b7f60aa](https://github.com/streetsidesoftware/cspell-action/commit/b7f60aa26ff0d0c1607896edab39f2128ffd08b0))
16+
* Update Dictionaries and Dependencies ([#2419](https://github.com/streetsidesoftware/cspell-action/issues/2419)) ([12aaed9](https://github.com/streetsidesoftware/cspell-action/commit/12aaed967a9aaf6cc6e11a6e7eaccf8b8e9cede9))
17+
* Update Dictionaries and Dependencies ([#2433](https://github.com/streetsidesoftware/cspell-action/issues/2433)) ([910b662](https://github.com/streetsidesoftware/cspell-action/commit/910b66295380d239263a5fd4eb1919cb7db8d9d7))
18+
* Update Dictionaries and Dependencies ([#2435](https://github.com/streetsidesoftware/cspell-action/issues/2435)) ([904b6fc](https://github.com/streetsidesoftware/cspell-action/commit/904b6fc4a2a7eee484b4c3851f1353d793096d90))
19+
* Workflow Bot -- Update ALL Dependencies (main) ([#2403](https://github.com/streetsidesoftware/cspell-action/issues/2403)) ([22b01fb](https://github.com/streetsidesoftware/cspell-action/commit/22b01fb8e9a528ee5fd6583347d6fc77852dda91))
20+
* Workflow Bot -- Update ALL Dependencies (main) ([#2417](https://github.com/streetsidesoftware/cspell-action/issues/2417)) ([db2a037](https://github.com/streetsidesoftware/cspell-action/commit/db2a0370ad532243186721d589c3512c7a952bcf))
21+
* Workflow Bot -- Update ALL Dependencies (main) ([#2434](https://github.com/streetsidesoftware/cspell-action/issues/2434)) ([cb25c56](https://github.com/streetsidesoftware/cspell-action/commit/cb25c5649f2b7cbacb608b841b3bf3e41f8b9cec))
22+
* Workflow Bot -- Update ALL Dependencies (main) ([#2446](https://github.com/streetsidesoftware/cspell-action/issues/2446)) ([b54e668](https://github.com/streetsidesoftware/cspell-action/commit/b54e668902b4a358cd497c12a1e6fc425b440807))
23+
* Workflow Bot -- Update ALL Dependencies (main) ([#2448](https://github.com/streetsidesoftware/cspell-action/issues/2448)) ([72ae91e](https://github.com/streetsidesoftware/cspell-action/commit/72ae91e90fa38f2335a60e233a847a6d00a9f221))
24+
* Workflow Bot -- Update ALL Dependencies (main) ([#2451](https://github.com/streetsidesoftware/cspell-action/issues/2451)) ([5ebb234](https://github.com/streetsidesoftware/cspell-action/commit/5ebb234d550e2a1f042a7eab0a8e9f435c065ad1))
25+
526
## [7.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v7.1.2...v7.2.0) (2025-07-26)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-action",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "GitHub Action: Check Spelling",
55
"private": true,
66
"packageManager": "[email protected]+sha512.e5961a4b56bb37620f97b65da4ca56216634bf39ed358eda925f0f036534d458fa249d93ed0021410523f8bb7ed8512b61fe5532ed3e81777793366c6be026b5",

0 commit comments

Comments
 (0)