Skip to content

Commit

Permalink
chore(main): release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2022
1 parent 1c1e76a commit 07d23ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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 @@
{
".": "2.8.0"
".": "2.8.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [2.8.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.8.0...v2.8.1) (2022-08-29)


### Updates and Bug Fixes

* [#926](https://github.com/streetsidesoftware/cspell-action/issues/926) ([ba2a012](https://github.com/streetsidesoftware/cspell-action/commit/ba2a0125657040524ca140896c4d4957322dd2f0))
* Handle non-incremental workflows ([#927](https://github.com/streetsidesoftware/cspell-action/issues/927)) ([ba2a012](https://github.com/streetsidesoftware/cspell-action/commit/ba2a0125657040524ca140896c4d4957322dd2f0)), closes [#926](https://github.com/streetsidesoftware/cspell-action/issues/926)
* Make sure files are checked ([#930](https://github.com/streetsidesoftware/cspell-action/issues/930)) ([1c1e76a](https://github.com/streetsidesoftware/cspell-action/commit/1c1e76a50bfb1a84bc41f712c7cd0fde1a85edc5))

## [2.8.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.7.0...v2.8.0) (2022-08-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-action",
"version": "2.8.0",
"version": "2.8.1",
"description": "GitHub Action: Check Spelling",
"main": "action/lib/main.js",
"private": true,
Expand Down

0 comments on commit 07d23ce

Please sign in to comment.