Skip to content

Commit f0908a6

Browse files
committed
chore(release): 1.2.1
1 parent a43683f commit f0908a6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.2.1](https://github.com/streetsidesoftware/cspell-action/compare/v1.2.0...v1.2.1) (2021-06-07)
6+
7+
8+
### Bug Fixes
9+
10+
* feature: make it possible to check all files ([#216](https://github.com/streetsidesoftware/cspell-action/issues/216)) ([a43683f](https://github.com/streetsidesoftware/cspell-action/commit/a43683ffe734b8e45f68585986f41244a978d41b))
11+
512
## [1.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v1.2.0-alpha.2...v1.2.0) (2021-06-04)
613

714
## [1.2.0-alpha.2](https://github.com/streetsidesoftware/cspell-action/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2021-06-04)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-action",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "GitHub Action: Check Spelling",
55
"main": "action/lib/main.js",
66
"private": true,

0 commit comments

Comments
 (0)