Skip to content

Commit

Permalink
chore(main): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2024
1 parent 377b602 commit d36a3ff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.4.0"
".": "6.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@

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.

## [6.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.4.0...v6.0.0) (2024-03-03)


### ⚠ BREAKING CHANGES

* Use locally installed `git` to determine file changes. ([#1596](https://github.com/streetsidesoftware/cspell-action/issues/1596))

### Features

* Update CSpell version (8.5.0) ([#1610](https://github.com/streetsidesoftware/cspell-action/issues/1610)) ([377b602](https://github.com/streetsidesoftware/cspell-action/commit/377b6020d08cc5aa908a65fdaa96d0ceaa29c168))
* Use locally installed `git` to determine file changes. ([#1596](https://github.com/streetsidesoftware/cspell-action/issues/1596)) ([5d97173](https://github.com/streetsidesoftware/cspell-action/commit/5d9717389b2b4df98a9c824c5f74f6971eeb431f))


### Updates and Bug Fixes

* Update Dictionaries and Dependencies ([#1599](https://github.com/streetsidesoftware/cspell-action/issues/1599)) ([f10d619](https://github.com/streetsidesoftware/cspell-action/commit/f10d61907fe69979fa07317e7338edc355890abd))
* Update Octokit/core to v6 ([#1595](https://github.com/streetsidesoftware/cspell-action/issues/1595)) ([0ab9d54](https://github.com/streetsidesoftware/cspell-action/commit/0ab9d5479b053735a59405cf2f9f938c09e8405f))
* Workflow Bot -- Update ALL Dependencies (main) ([#1582](https://github.com/streetsidesoftware/cspell-action/issues/1582)) ([234423e](https://github.com/streetsidesoftware/cspell-action/commit/234423edd54c01aff0bd979c9bcc7cc30d267268))
* Workflow Bot -- Update ALL Dependencies (main) ([#1597](https://github.com/streetsidesoftware/cspell-action/issues/1597)) ([7962af3](https://github.com/streetsidesoftware/cspell-action/commit/7962af3264eb1721b0b5111febb30a599c3eac03))

## [5.4.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.3.0...v5.4.0) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-action",
"version": "5.4.0",
"version": "6.0.0",
"description": "GitHub Action: Check Spelling",
"private": true,
"packageManager": "pnpm@8.7.4",
Expand Down

0 comments on commit d36a3ff

Please sign in to comment.