Skip to content

Commit 104110d

Browse files
chore(main): release 6.3.0 (#1674)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc4c48c commit 104110d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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-
".": "6.2.0"
2+
".": "6.3.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [6.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) (2024-05-10)
6+
7+
8+
### Features
9+
10+
* Update CSpell version (8.8.0) ([#1704](https://github.com/streetsidesoftware/cspell-action/issues/1704)) ([d598785](https://github.com/streetsidesoftware/cspell-action/commit/d598785edd589843609e763aedc9d2d4674c3466))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* Update CSpell version (8.8.1) ([#1715](https://github.com/streetsidesoftware/cspell-action/issues/1715)) ([efd1f06](https://github.com/streetsidesoftware/cspell-action/commit/efd1f061b5b1392753804e45c23c67aace333d11))
16+
* Update Dictionaries and Dependencies ([#1675](https://github.com/streetsidesoftware/cspell-action/issues/1675)) ([2e40991](https://github.com/streetsidesoftware/cspell-action/commit/2e409914978e53b3f38bee97ddca0d703d4ae099))
17+
* Update Dictionaries and Dependencies ([#1680](https://github.com/streetsidesoftware/cspell-action/issues/1680)) ([687fe47](https://github.com/streetsidesoftware/cspell-action/commit/687fe47bd88e5f5f19fea596361febca44a91f11))
18+
* Update Dictionaries and Dependencies ([#1681](https://github.com/streetsidesoftware/cspell-action/issues/1681)) ([348d29e](https://github.com/streetsidesoftware/cspell-action/commit/348d29eb0460f57b6cd987e2ddf9572de8b03ba2))
19+
* Update Dictionaries and Dependencies ([#1694](https://github.com/streetsidesoftware/cspell-action/issues/1694)) ([348299a](https://github.com/streetsidesoftware/cspell-action/commit/348299abc475d82d55964b75786a9fedbaab7598))
20+
* Workflow Bot -- Update ALL Dependencies (main) ([#1682](https://github.com/streetsidesoftware/cspell-action/issues/1682)) ([00c3a7c](https://github.com/streetsidesoftware/cspell-action/commit/00c3a7c051fb98f86909d251393eea35c966876b))
21+
522
## [6.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.1.0...v6.2.0) (2024-04-11)
623

724

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": "6.2.0",
3+
"version": "6.3.0",
44
"description": "GitHub Action: Check Spelling",
55
"private": true,
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)