Skip to content

Commit

Permalink
chore(main): release 2.7.0 (#887)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 15, 2022
1 parent ab07238 commit b88ea4a
Show file tree
Hide file tree
Showing 3 changed files with 27 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.6.0"
".": "2.7.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.7.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.6.0...v2.7.0) (2022-08-15)


### Features

* add option `checkDotFiles` ([#891](https://github.com/streetsidesoftware/cspell-action/issues/891)) ([ab07238](https://github.com/streetsidesoftware/cspell-action/commit/ab07238f105667feff2dd01db8a909259d0e3859))
* output spell checking result ([#888](https://github.com/streetsidesoftware/cspell-action/issues/888)) ([ff09c66](https://github.com/streetsidesoftware/cspell-action/commit/ff09c6671365ce335dfa91edd23e5adc0f73ee70))


### Tests

* add extra test for verbose ([#886](https://github.com/streetsidesoftware/cspell-action/issues/886)) ([1634d01](https://github.com/streetsidesoftware/cspell-action/commit/1634d01dd40b31645a06479d6e50a5d67e33ed2b))


### Miscellaneous

* add CODE_OF_CONDUCT.md ([8978f2f](https://github.com/streetsidesoftware/cspell-action/commit/8978f2f0546f23ebaf04e51348019e0e9a737dfe))


### Continuous Integration

* Update Workflow Permissions ([#889](https://github.com/streetsidesoftware/cspell-action/issues/889)) ([8cf78ba](https://github.com/streetsidesoftware/cspell-action/commit/8cf78bad9a1469af00940498c7e19e5c6a7ee98b))
* Workflow Bot -- Update ALL Dependencies ([8d99eb2](https://github.com/streetsidesoftware/cspell-action/commit/8d99eb279975011a12d724e5b1526847a7dde6e1))
* Workflow Bot -- Update ALL Dependencies (main) ([#890](https://github.com/streetsidesoftware/cspell-action/issues/890)) ([8d99eb2](https://github.com/streetsidesoftware/cspell-action/commit/8d99eb279975011a12d724e5b1526847a7dde6e1))

## [2.6.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.5.0...v2.6.0) (2022-08-14)


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.6.0",
"version": "2.7.0",
"description": "GitHub Action: Check Spelling",
"main": "action/lib/main.js",
"private": true,
Expand Down

0 comments on commit b88ea4a

Please sign in to comment.