Skip to content

Commit

Permalink
chore(main): release 2.26.3 (#1276)
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] authored Jul 20, 2023
1 parent de77ed0 commit c8855ad
Show file tree
Hide file tree
Showing 3 changed files with 30 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.26.2"
".": "2.26.3"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.26.3](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.2...v2.26.3) (2023-07-20)


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies (main) ([#1283](https://github.com/streetsidesoftware/cspell-action/issues/1283)) ([bb139f5](https://github.com/streetsidesoftware/cspell-action/commit/bb139f5a688677bd831b21123bbd0774c7d43131))
* Workflow Bot -- Update ALL Dependencies (main) ([#1285](https://github.com/streetsidesoftware/cspell-action/issues/1285)) ([34fcfff](https://github.com/streetsidesoftware/cspell-action/commit/34fcfffa330a256ad774520d33bbc5f49469cde2))


### Miscellaneous

* **deps-dev:** bump @tsconfig/node12 from 1.0.11 to 12.1.0 ([#1315](https://github.com/streetsidesoftware/cspell-action/issues/1315)) ([e93ca2d](https://github.com/streetsidesoftware/cspell-action/commit/e93ca2d678a8f2cf693f2ba9356def835da37807))
* **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([#1325](https://github.com/streetsidesoftware/cspell-action/issues/1325)) ([20fab3c](https://github.com/streetsidesoftware/cspell-action/commit/20fab3c92fe1cdd43a764471721fd15015990581))
* for now limit dependency upgrade to patch ([1f41185](https://github.com/streetsidesoftware/cspell-action/commit/1f4118550406c0d3f12362ca38de07ff6d58ea84))
* lock `@octokit/[email protected]` ([#1293](https://github.com/streetsidesoftware/cspell-action/issues/1293)) ([be4395b](https://github.com/streetsidesoftware/cspell-action/commit/be4395b173378ab8d402a813f1fb9b37e944496f))


### Updates and Bug Fixes

* Update CSpell to (6.31.2) (main) ([#1326](https://github.com/streetsidesoftware/cspell-action/issues/1326)) ([fe77614](https://github.com/streetsidesoftware/cspell-action/commit/fe776142b6a5f234e289457f7b4a1a0029a33ac2))
* Workflow Bot -- Update ALL Dependencies (main) ([#1271](https://github.com/streetsidesoftware/cspell-action/issues/1271)) ([c78aaeb](https://github.com/streetsidesoftware/cspell-action/commit/c78aaebfe98a457f9a3c02fc0f7c54209b04d389))
* Workflow Bot -- Update ALL Dependencies (main) ([#1277](https://github.com/streetsidesoftware/cspell-action/issues/1277)) ([54d2985](https://github.com/streetsidesoftware/cspell-action/commit/54d29858c1fae859e78a2cf9fc7691ad21df8711))
* Workflow Bot -- Update ALL Dependencies (main) ([#1286](https://github.com/streetsidesoftware/cspell-action/issues/1286)) ([da988f4](https://github.com/streetsidesoftware/cspell-action/commit/da988f4ea7cf88ea23ce493d98e2a265081c53db))
* Workflow Bot -- Update ALL Dependencies (main) ([#1297](https://github.com/streetsidesoftware/cspell-action/issues/1297)) ([9d11cc2](https://github.com/streetsidesoftware/cspell-action/commit/9d11cc24725a208bb2277575ee73ad657d2cadbb))
* Workflow Bot -- Update ALL Dependencies (main) ([#1298](https://github.com/streetsidesoftware/cspell-action/issues/1298)) ([4be82fe](https://github.com/streetsidesoftware/cspell-action/commit/4be82fe4bea8cb50ac6f026713f319add566ae66))
* Workflow Bot -- Update ALL Dependencies (main) ([#1313](https://github.com/streetsidesoftware/cspell-action/issues/1313)) ([95b2422](https://github.com/streetsidesoftware/cspell-action/commit/95b2422708047f68b324356d691766d81f64b986))
* Workflow Bot -- Update ALL Dependencies (main) ([#1327](https://github.com/streetsidesoftware/cspell-action/issues/1327)) ([de77ed0](https://github.com/streetsidesoftware/cspell-action/commit/de77ed082e6b17b9d0cd3d106f7bf451c7d3bdcc))

## [2.26.2](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.1...v2.26.2) (2023-05-17)


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

0 comments on commit c8855ad

Please sign in to comment.