From caea6afdd4456f55ebe987f09f12396f58728159 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:56:13 +0000 Subject: [PATCH] chore(main): release 6.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b13c41c..4f4f3db6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c033a3..d1afd746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e0ff6f91..04b9e042 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",