Skip to content

Commit ad35d5e

Browse files
chore(main): release 7.1.0 (#2342)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 329f74f commit ad35d5e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.0.1"
2+
".": "7.1.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v7.0.1...v7.1.0) (2025-07-03)
6+
7+
8+
### Features
9+
10+
* expose the `report` argument via the action inputs ([#2373](https://github.com/streetsidesoftware/cspell-action/issues/2373)) ([e874b8c](https://github.com/streetsidesoftware/cspell-action/commit/e874b8c631e636f80da2bb9a6482b1f9aadc25e3))
11+
* Update CSpell version (9.1.1) ([#2349](https://github.com/streetsidesoftware/cspell-action/issues/2349)) ([dafdece](https://github.com/streetsidesoftware/cspell-action/commit/dafdecea11fc19e66214f84274d37fe4cb2a4eaf))
12+
13+
14+
### Updates and Bug Fixes
15+
16+
* Update CSpell version (9.1.2) ([#2358](https://github.com/streetsidesoftware/cspell-action/issues/2358)) ([4082801](https://github.com/streetsidesoftware/cspell-action/commit/4082801fef050a36832116fc91253dc99581fc67))
17+
* Update Dictionaries and Dependencies ([#2341](https://github.com/streetsidesoftware/cspell-action/issues/2341)) ([366bfc1](https://github.com/streetsidesoftware/cspell-action/commit/366bfc1caa7b4630d15720d5eca25e3999557e5e))
18+
* Update Dictionaries and Dependencies ([#2345](https://github.com/streetsidesoftware/cspell-action/issues/2345)) ([0c9416c](https://github.com/streetsidesoftware/cspell-action/commit/0c9416cecf6c064a91a379dec294680ee50a0477))
19+
* Update Dictionaries and Dependencies ([#2348](https://github.com/streetsidesoftware/cspell-action/issues/2348)) ([acadf5d](https://github.com/streetsidesoftware/cspell-action/commit/acadf5d06be20fb20edbf721ee9413f07a396704))
20+
* Update Dictionaries and Dependencies ([#2355](https://github.com/streetsidesoftware/cspell-action/issues/2355)) ([1493194](https://github.com/streetsidesoftware/cspell-action/commit/1493194a86d1cabc4f5b030fc383a0fcb4710542))
21+
* Update Dictionaries and Dependencies ([#2363](https://github.com/streetsidesoftware/cspell-action/issues/2363)) ([806cff9](https://github.com/streetsidesoftware/cspell-action/commit/806cff988bb291083f108acdbda7a8ef6e2bf3a2))
22+
* Update Dictionaries and Dependencies ([#2372](https://github.com/streetsidesoftware/cspell-action/issues/2372)) ([b343c10](https://github.com/streetsidesoftware/cspell-action/commit/b343c1031a2167562f1eda3cb757678589e4999d))
23+
* Workflow Bot -- Update ALL Dependencies (main) ([#2335](https://github.com/streetsidesoftware/cspell-action/issues/2335)) ([1d972ad](https://github.com/streetsidesoftware/cspell-action/commit/1d972adc57b4cfe67aeeba47dd836897afbe8926))
24+
525
## [7.0.1](https://github.com/streetsidesoftware/cspell-action/compare/v7.0.0...v7.0.1) (2025-05-28)
626

727

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.0.1",
3+
"version": "7.1.0",
44
"description": "GitHub Action: Check Spelling",
55
"private": true,
66
"packageManager": "[email protected]+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",

0 commit comments

Comments
 (0)