Skip to content

Commit ca9b36c

Browse files
chore(main): release 5.2.0 (#1488)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9110761 commit ca9b36c

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [5.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.1.0...v5.2.0) (2023-12-22)
6+
7+
8+
### Features
9+
10+
* Update CSpell version (8.2.1) ([#1505](https://github.com/streetsidesoftware/cspell-action/issues/1505)) ([3d1b111](https://github.com/streetsidesoftware/cspell-action/commit/3d1b1110c5f8daead054034a0a41fc4ee2abe4a0))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* Update CSpell version (8.2.3) ([#1507](https://github.com/streetsidesoftware/cspell-action/issues/1507)) ([9110761](https://github.com/streetsidesoftware/cspell-action/commit/9110761a91500ef025a8f3ba89c3e1d06464f6c1))
16+
* Update Dictionaries and Dependencies ([#1487](https://github.com/streetsidesoftware/cspell-action/issues/1487)) ([d32dba7](https://github.com/streetsidesoftware/cspell-action/commit/d32dba7d4f3e297b419a483e3e5a291ca0a3fd01))
17+
* Update Dictionaries and Dependencies ([#1492](https://github.com/streetsidesoftware/cspell-action/issues/1492)) ([25c77bb](https://github.com/streetsidesoftware/cspell-action/commit/25c77bba055bdf81221bed8267778560eb63ab63))
18+
* Update Dictionaries and Dependencies ([#1495](https://github.com/streetsidesoftware/cspell-action/issues/1495)) ([d74975f](https://github.com/streetsidesoftware/cspell-action/commit/d74975fb70fef6c0995a777a9f8984ed2a082ce6))
19+
520
## [5.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.0.1...v5.1.0) (2023-12-07)
621

722

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": "5.1.0",
3+
"version": "5.2.0",
44
"description": "GitHub Action: Check Spelling",
55
"main": "action/lib/main.js",
66
"private": true,

0 commit comments

Comments
 (0)