Skip to content

Commit

Permalink
chore(main): release 6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent 5552638 commit caea6af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.8.0"
".": "6.8.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.8.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.8.0...v6.8.1) (2024-08-12)


### Updates and Bug Fixes

* Update CSpell version (8.13.2) ([#1894](https://github.com/streetsidesoftware/cspell-action/issues/1894)) ([c368c41](https://github.com/streetsidesoftware/cspell-action/commit/c368c411784b37f639d007a8fe07743a72259e3a))
* Update Dictionaries and Dependencies ([#1883](https://github.com/streetsidesoftware/cspell-action/issues/1883)) ([3dfff3f](https://github.com/streetsidesoftware/cspell-action/commit/3dfff3f708988a84f16802c20979fe0556342aeb))
* Update Dictionaries and Dependencies ([#1886](https://github.com/streetsidesoftware/cspell-action/issues/1886)) ([33f6e64](https://github.com/streetsidesoftware/cspell-action/commit/33f6e64c712b9e0ceb9eea3e44a49916e17d0d29))
* Update Dictionaries and Dependencies ([#1890](https://github.com/streetsidesoftware/cspell-action/issues/1890)) ([9e04952](https://github.com/streetsidesoftware/cspell-action/commit/9e04952e47d75fc31d1c8163b18f168d6e468f89))
* Update Dictionaries and Dependencies ([#1896](https://github.com/streetsidesoftware/cspell-action/issues/1896)) ([38b9280](https://github.com/streetsidesoftware/cspell-action/commit/38b92802283e601651713be8fb990a0fd4c0d307))

## [6.8.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.1...v6.8.0) (2024-08-02)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-action",
"version": "6.8.0",
"version": "6.8.1",
"description": "GitHub Action: Check Spelling",
"private": true,
"packageManager": "pnpm@9.4.0",
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell-action#readme",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.8.0",
"@tsconfig/node20": "^20.1.4",
"@vitest/coverage-istanbul": "^2.0.5",
"env-cmd": "^10.1.0",
"eslint": "^9.9.0",
"eslint": "^9.8.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.3",
Expand Down

0 comments on commit caea6af

Please sign in to comment.